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
|
||||
customCSSSheet: ["svgIconControl", "comments"]
|
||||
customJSFiles: ["svgIconControl", "googleSheetsReaderGizmo", "comments"]
|
||||
eleventyNavigation:
|
||||
key: Guestbook
|
||||
order: 9
|
||||
|
@ -39,14 +41,6 @@ eleventyComputed:
|
|||
</div>
|
||||
</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>
|
||||
.gb__messages--title {
|
||||
text-align: center;
|
||||
|
|
Loading…
Reference in New Issue