diff --git a/_includes/default_head_tags.html b/_includes/default_head_tags.html index bdaf1c9..7e86403 100644 --- a/_includes/default_head_tags.html +++ b/_includes/default_head_tags.html @@ -46,9 +46,6 @@ See: https://developers.google.com/search/docs/advanced/mobile/google-discover?h - - - -{% feed_meta %} \ No newline at end of file +{% feed_meta %} + +{% if page.head %} +{{ page.head }} +{% endif %} \ No newline at end of file diff --git a/_posts/2023-02-10-shelves.md b/_posts/2023-02-10-shelves.md index d416a48..9af3b70 100644 --- a/_posts/2023-02-10-shelves.md +++ b/_posts/2023-02-10-shelves.md @@ -6,6 +6,7 @@ image: /assets/blog/shelves/thumb.svg social_image: /assets/social/shelves.png alt: A 3D render of some shelves fitting into a triangular space under a ladder. assets: /assets/blog/shelves +head: ---
diff --git a/_posts/2023-06-21-my_first_PCB.md b/_posts/2023-06-21-my_first_PCB.md index 7a82b0a..6332b93 100644 --- a/_posts/2023-06-21-my_first_PCB.md +++ b/_posts/2023-06-21-my_first_PCB.md @@ -7,6 +7,7 @@ commentid: 110810437631337327 hide_image: true # Only use this image for static previews social_image: /assets/social/pcb_1.png alt: A 3D render of a simple PCB. +head: --- I made my first PCB! diff --git a/_posts/2023-07-31-toothbrush-holder.md b/_posts/2023-07-31-toothbrush-holder.md index dddfe90..a68f188 100644 --- a/_posts/2023-07-31-toothbrush-holder.md +++ b/_posts/2023-07-31-toothbrush-holder.md @@ -6,6 +6,7 @@ layout: post hide_image: true # Only use this image for static previews image: /assets/blog/toothbrush_shelf/spin.gif alt: A render of a 3D printed shelf sitting above a shaver outlet, it spins slowly. +head: --- It can be hard to find genuine everyday uses of 3D printing, but after a while you do find some! I made this little shelf to tidy up the wires to our devices in the bathroom. The wires are now hidden, coiled up, inside the shelf. diff --git a/_posts/2023-08-17-maps.md b/_posts/2023-08-17-maps.md index bc6d26d..1dcf0d7 100644 --- a/_posts/2023-08-17-maps.md +++ b/_posts/2023-08-17-maps.md @@ -5,6 +5,7 @@ excerpt: | I want to make some really big laser etched maps. image: /assets/blog/maps/tests.jpeg +head: --- There's something fascinating about maps. I particularly love how they have this kind of fractal level of detail as you zoom in and out. Look at this one, I really like the minimalist black and white design. diff --git a/_posts/2023-08-23-weekend_builds-1.md b/_posts/2023-08-23-weekend_builds-1.md index 3014366..2054338 100644 --- a/_posts/2023-08-23-weekend_builds-1.md +++ b/_posts/2023-08-23-weekend_builds-1.md @@ -6,6 +6,7 @@ excerpt: | image: /assets/blog/weekend_builds_1/stool.jpeg assets: /assets/blog/weekend_builds_1/ +head: --- Here's a quick one, using the aforementioned massive lasercutter at my makerspace, I made this little pot stand out of lasercut ply. diff --git a/index.md b/index.md index 56af461..6272041 100644 --- a/index.md +++ b/index.md @@ -4,6 +4,7 @@ layout: default permalink: / redirect_from: - /blog/ +head: --- {% for post in site.posts %}