Commit graph

16 commits

Author SHA1 Message Date
2d5627f744
fix(head.html): update default profile image path
Updated the default profile image path to reflect changes in file naming conventions or image updates. This ensures the site uses the latest image version as intended in situations where no specific image is defined in the parameters.
2024-11-09 17:24:06 +01:00
47f5682fd3
Merge remote-tracking branch 'github/main' 2024-11-09 16:10:17 +01:00
381922076f
fix: ensure default image for og and twitter cards
Updated the HTML partial to use a default image when `.Params.image` is undefined, improving robustness of Open Graph and Twitter card metadata. This ensures consistent presentation of content across social media, preventing missing image issues when a custom image is not provided.
2024-11-09 16:02:35 +01:00
rottenwheel
1ecbf7c4fb
Merge pull request #6 from kumitterer/main
feat: add Open Graph and Twitter meta tags
2024-11-09 14:33:03 +00:00
ebef29ce3d
feat: add Open Graph and Twitter meta tags
Enhanced social media integration by adding Open Graph and Twitter meta tags to the head section. This improvement facilitates better content sharing by providing structured data for social platforms, which can enhance the appearance and engagement of shared links. This change is particularly beneficial for boosting visibility and interaction on platforms like Facebook and Twitter.
2024-11-09 14:07:57 +01:00
rottenwheel
de05decf0a
Merge pull request #5 from kumitterer/main
fix(footer): correct link attribute in footer partial
2024-10-20 19:44:04 +00:00
962e9fa004
fix(footer): correct link attribute in footer partial
Changed the link field to use `.url` instead of `.link` in the footer template. This aligns with the data structure where URLs are stored under the `url` key, ensuring that the links function as intended. This change corrects navigation issues due to incorrect key usage.
2024-10-20 21:41:49 +02:00
rottenwheel
ef7db9debd
Merge pull request #4 from recanman/main
feat: implement footer
2024-09-06 04:53:35 +00:00
recanman
359f7bb227 feat: implement footer 2024-09-05 21:49:32 -07:00
rottenwheel
d32fb7b421
Merge pull request #3 from recanman/main
feat: remove rss link from home
2024-09-06 04:03:19 +00:00
recanman
d97391bb13 feat: remove rss link from home 2024-09-05 21:02:14 -07:00
rottenwheel
a73f59ac85
Merge pull request #2 from recanman/main
feat: improve formatting
2024-09-01 00:02:44 -05:00
recanman
6cb12d5d4e feat: improve formatting 2024-08-31 22:00:33 -07:00
rottenwheel
cfd29ad5f0
Merge pull request #1 from recanman/main
feat: migrate theme
2024-08-31 23:36:16 -05:00
recanman
e206a3e1f5 feat: migrate theme 2024-08-31 21:33:20 -07:00
rottenwheel
eeb689cac4
Initial commit 2024-08-31 22:23:00 -05:00