Update meta information for index page

This commit is contained in:
Talia 2023-09-11 13:19:21 +02:00
parent 704313b5ae
commit f7cc8e37a1

View file

@ -11,7 +11,15 @@ post = =>
* time is: 'local-date', datetime: @head.date, @head.date * time is: 'local-date', datetime: @head.date, @head.date
* @head.description * @head.description
slots.head title "Index" slots.head title "Talia's Blog"
slots.head
* meta property: "og:title", content: "Index"
* meta property: "og:site_name", content: "Talia's Blog"
* meta property: "og:description", content: "This is my personal blog with a focus on IT and Programming content unless I have something else to say."
* meta property: "og:type", content: "website"
* meta property: "og:article:author", content: "Talia"
slots.head script type: 'module', src: "/javascript/LocalDate.js" slots.head script type: 'module', src: "/javascript/LocalDate.js"
slots.head script type: 'module', src: "/javascript/BlogPost.js" slots.head script type: 'module', src: "/javascript/BlogPost.js"