Add console log pointing people to the source code

DO-33
This commit is contained in:
Matthias Portzel 2023-12-12 13:13:37 -05:00
parent d194e49359
commit aadae9a186
1 changed files with 10 additions and 0 deletions

View File

@ -16,6 +16,16 @@
<script src="{{asset "assets/scripts/smartquotes.js"}}"></script>
<script>smartquotes();</script>
<script>
console.log(
`%cThanks for checking out the code!
The raw handlebars and SCSS code for MatthiasPortzel.com is publicly viewable at the link below.
➤ %chttps://tildegit.org/matthias/matthiasportzel.com`,
"font-family: Arial, sans-serif; font-size: 14px; line-height: 1.5",
"font-family: Arial, sans-serif; font-size: 14px; line-height: 1.5; color: rgb(10, 88, 208)"
);
</script>
{{!-- This tag outputs all your advanced SEO meta, structured data, and other important settings,
it should always be the last tag before the closing head tag --}}
{{ghost_head}}