hextra/layouts
mafendi cb274c8ac5
feat: add canonical to head.html (#269)
By adding `canonical` parameter to the front matter and specifying the URL, the canonical URL is added. 
If no canonical URL is needed to be specified, the layout will use the current page address for canonical tag. 

Example: 

```
---
title: "Page Title"
description: "Page description"
canonical: "https://canonicalurl.com"
---
2024-02-01 22:52:41 +00:00
..
_default feat: display author avatar images in blog post (#204) 2023-11-17 01:49:18 +00:00
blog feat: display author avatar images in blog post (#204) 2023-11-17 01:49:18 +00:00
docs docs: add giscus comments system (#96) 2023-09-26 23:33:27 +01:00
partials feat: add canonical to head.html (#269) 2024-02-01 22:52:41 +00:00
shortcodes feat: add include shortcode (#198) 2023-11-11 00:10:32 +00:00
404.html feat: add detail box and update styles 2023-08-16 20:39:43 +01:00
hextra-home.html feat: add shortcodes to build Hextra home page (#90) 2023-09-26 08:15:31 +01:00
index.html feat: support wide and full page modes (#69) 2023-09-20 23:36:00 +01:00