Compare commits

...

2 Commits

Author SHA1 Message Date
Matthias Portzel 9e432a1ab1 Figcaption styling and 1.2.2 2024-01-06 23:04:53 -05:00
Matthias Portzel aadae9a186 Add console log pointing people to the source code
DO-33
2023-12-12 13:13:37 -05:00
3 changed files with 18 additions and 1 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}}

View File

@ -214,6 +214,13 @@ p {
}
}
figcaption {
font-style: italic;
text-align: center;
font-size: 0.9em;
margin-top: 4px;
}
.kg-card {
max-width: 100%;

View File

@ -1,7 +1,7 @@
{
"name": "paper-houses",
"description": "A blog theme inspired by the warm feel of paper.",
"version": "1.2.1",
"version": "1.2.2",
"license": "Fight Club License",
"author": {
"email": "MatthiasPortzel@gmail.com"