Embed guestbook CSS and JavaScript files in the <head> element
This commit is contained in:
parent
7275dd84cd
commit
2d4671d8ea
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
title: Guestbook
|
title: Guestbook
|
||||||
|
customCSSSheet: ["svgIconControl", "comments"]
|
||||||
|
customJSFiles: ["svgIconControl", "googleSheetsReaderGizmo", "comments"]
|
||||||
eleventyNavigation:
|
eleventyNavigation:
|
||||||
key: Guestbook
|
key: Guestbook
|
||||||
order: 9
|
order: 9
|
||||||
|
@ -39,14 +41,6 @@ eleventyComputed:
|
||||||
</div>
|
</div>
|
||||||
</noscript>
|
</noscript>
|
||||||
|
|
||||||
<link rel="stylesheet" href="{{'/assets/css/svgIconControl.css' | url | safe}}">
|
|
||||||
<script src="/assets/js/svgIconControl.js"></script>
|
|
||||||
|
|
||||||
<script src="/assets/js/googleSheetsReaderGizmo.js"></script>
|
|
||||||
<link rel="stylesheet" href="{{'/assets/css/comments.css' | url | safe}}">
|
|
||||||
|
|
||||||
<script src="/assets/js/comments.js"></script>
|
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.gb__messages--title {
|
.gb__messages--title {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
Loading…
Reference in New Issue