diff --git a/_layouts/post.html b/_layouts/post.html index 9871e4c..72aa20c 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -15,8 +15,8 @@ layout: default {% assign authorData = site.data.authors[page.author] | default: site.data.authors[site.author] %}
- {{ page.author.name | default: site.author.name }}'s profile picture. -
{{ page.author.name | default: site.author.name }}
+ {{ authorData.name | default: site.author.name }}'s profile picture. +
{{ authorData.name | default: site.author.name }}

{{ authorData.bio }}

{% for social in authorData.socials %} {{ social.type }} diff --git a/_posts/2022-07-18-Status.md b/_posts/2022-07-18-Status.md index 66eb025..8fb1713 100644 --- a/_posts/2022-07-18-Status.md +++ b/_posts/2022-07-18-Status.md @@ -2,6 +2,7 @@ layout: post title: Operations Update published: true +author: RaxVentus date: 2022-07-18 17:00 --- diff --git a/_posts/2023-07-07-Status.md b/_posts/2023-07-07-Status.md index fedad60..a11adbe 100644 --- a/_posts/2023-07-07-Status.md +++ b/_posts/2023-07-07-Status.md @@ -2,8 +2,9 @@ layout: post title: Operations Update published: true +author: RaxVentus date: 2023-07-07 06:00 --- -Our Nextcloud server will be going down while it is migratign to another machine. +Our Nextcloud server will be going down while it is migrating to another machine. diff --git a/_posts/2023-07-24-Status.md b/_posts/2023-07-24-Status.md index 57b4b2d..34642fb 100644 --- a/_posts/2023-07-24-Status.md +++ b/_posts/2023-07-24-Status.md @@ -2,6 +2,7 @@ layout: post title: Operations Update published: true +author: RaxVentus date: 2023-07-24 20:00 --- diff --git a/_posts/2023-09-15-Maintenance.md b/_posts/2023-09-15-Maintenance.md index 9bb9a81..11c95f2 100644 --- a/_posts/2023-09-15-Maintenance.md +++ b/_posts/2023-09-15-Maintenance.md @@ -2,6 +2,7 @@ layout: post title: Operations Update published: true +author: RaxVentus date: 2023-09-15 17:45 --- diff --git a/_posts/2023-10-27-Maintenance.md b/_posts/2023-10-27-Maintenance.md index 615288a..c0c4886 100644 --- a/_posts/2023-10-27-Maintenance.md +++ b/_posts/2023-10-27-Maintenance.md @@ -2,6 +2,7 @@ layout: post title: Operations Update published: true +author: RaxVentus date: 2023-10-27 18:20 --- diff --git a/_posts/Template.yml b/_posts/Template.md similarity index 100% rename from _posts/Template.yml rename to _posts/Template.md diff --git a/assets/authorblurb.css b/assets/authorblurb.css index 9a3b594..0bea83a 100644 --- a/assets/authorblurb.css +++ b/assets/authorblurb.css @@ -15,6 +15,8 @@ float: right; max-width: 128px; max-height: 128px; + padding-right: 4px; + padding-top: 4px; }