Fix guestbook CSS and JavaScript bundle

This commit is contained in:
Leilukin 2025-05-04 21:19:56 +08:00
parent 82abf637e6
commit 7f5ad81ced

View File

@ -5,10 +5,10 @@ eleventyNavigation:
eleventyComputed: eleventyComputed:
desc: Leave a message for {{ sitemeta.siteAuthor.name }}. desc: Leave a message for {{ sitemeta.siteAuthor.name }}.
--- ---
{{- css }}{{ include "src/_bundle/css/comments.css" }}{{- /css }} {{- css }}{{ include "../_bundle/css/comments.css" }}{{- /css }}
{{- js }}{{ include "src/_bundle/js/svgIconControl.js" }}{{- /js }} {{- js }}{{ include "../_bundle/js/svgIconControl.js" }}{{- /js }}
{{- js }}{{ include "src/_bundle/js/googleSheetsReaderGizmo.js" }}{{- /js }} {{- js }}{{ include "../_bundle/js/googleSheetsReaderGizmo.js" }}{{- /js }}
{{- js }}{{ include "src/_bundle/js/comments.js" }}{{- /js }} {{- js }}{{ include "../_bundle/js/comments.js" }}{{- /js }}
<p class="center-text">Guestbook Archive: <a href="https://web.archive.org/web/20240528231121/https%3A%2F%2Fleilukin.123guestbook.com%2F">123Guestbook</a></p> <p class="center-text">Guestbook Archive: <a href="https://web.archive.org/web/20240528231121/https%3A%2F%2Fleilukin.123guestbook.com%2F">123Guestbook</a></p>