diff --git a/templates/blog_atom.rs.xml b/templates/blog_atom.rs.xml index 73c78a0..b0c567f 100644 --- a/templates/blog_atom.rs.xml +++ b/templates/blog_atom.rs.xml @@ -5,22 +5,22 @@ - https://christine.website/blog.atom + https://xeiaso.net/blog.atom Xe's Blog @Utc::now().to_rfc3339() Xe Iaso me@@christine.website - - + + @env!("CARGO_PKG_NAME") @for post in posts { - https://christine.website/@post.link + https://xeiaso.net/@post.link @post.front_matter.title @post.date.to_rfc3339() - + } diff --git a/templates/blog_rss.rs.xml b/templates/blog_rss.rs.xml index 0b42b8e..16616a4 100644 --- a/templates/blog_rss.rs.xml +++ b/templates/blog_rss.rs.xml @@ -6,15 +6,15 @@ Xe's Blog - https://christine.website/blog + https://xeiaso.net/blog Tech, philosophy and more @APP https://github.com/Xe/site 1440 @for post in posts { - https://christine.website/@post.link + https://xeiaso.net/@post.link @post.front_matter.title - https://christine.website/@post.link + https://xeiaso.net/@post.link @post.date.to_rfc2822() diff --git a/templates/blogindex.rs.html b/templates/blogindex.rs.html index 111da9e..f565fd0 100644 --- a/templates/blogindex.rs.html +++ b/templates/blogindex.rs.html @@ -75,7 +75,7 @@

-

TempleOS: 2 - god, the Random Number Generator

+

TempleOS: 2 - god, the Random Number Generator

diff --git a/templates/blogpost.rs.html b/templates/blogpost.rs.html index d8b9ab0..725bb60 100644 --- a/templates/blogpost.rs.html +++ b/templates/blogpost.rs.html @@ -19,10 +19,12 @@ - + @if post.front_matter.redirect_to.is_none() { - + +} else { + } @@ -32,22 +34,20 @@ "@@context": "http://schema.org", "@@type": "Article", "headline": "@post.front_matter.title", - "image": "https://christine.website/static/img/avatar.png", - "url": "https://christine.website/@post.link", + "image": "https://xeiaso.net/static/img/avatar.png", + "url": "https://xeiaso.net/@post.link", "datePublished": "@post.date.format("%Y-%m-%d")", "mainEntityOfPage": @{ "@@type": "WebPage", - "@@id": "https://christine.website/@post.link" + "@@id": "https://xeiaso.net/@post.link" @}, "author": @{ "@@type": "Person", - "name": "Xe Iaso", - "alternateName": "Christine Dodrill" + "name": "Xe Iaso" @}, "publisher": @{ "@@type": "Person", - "name": "Xe Iaso", - "alternateName": "Christine Dodrill" + "name": "Xe Iaso" @} @} diff --git a/templates/gallerypost.rs.html b/templates/gallerypost.rs.html index 12d2289..4c9f58e 100644 --- a/templates/gallerypost.rs.html +++ b/templates/gallerypost.rs.html @@ -20,29 +20,27 @@ - + diff --git a/templates/header.rs.html b/templates/header.rs.html index 7e27006..8ec5cf8 100644 --- a/templates/header.rs.html +++ b/templates/header.rs.html @@ -62,8 +62,8 @@ la budza pu cusku lu @if Utc::now().month() == 12 || Utc::now().month() == 1 || Utc::now().month() == 2 { } - - + + diff --git a/templates/index.rs.html b/templates/index.rs.html index b6fb92d..6c10941 100644 --- a/templates/index.rs.html +++ b/templates/index.rs.html @@ -5,16 +5,15 @@ @:header_html(None, None) - +