diff --git a/404.njk b/404.njk index 332ccc1..5a748e5 100644 --- a/404.njk +++ b/404.njk @@ -3,6 +3,12 @@ layout: layouts/base.njk title: Page Not Found permalink: /404.html --- -

404 - Page Not Found

-

Sorry, the page you're looking for doesn't exist.

-

Go back to the homepage

+
+

404

+

Page Not Found

+

Sorry, the page you're looking for doesn't exist.

+ + + Go back home + +
diff --git a/_includes/components/funkwhale-stats-content.njk b/_includes/components/funkwhale-stats-content.njk index 12822e7..52deeb7 100644 --- a/_includes/components/funkwhale-stats-content.njk +++ b/_includes/components/funkwhale-stats-content.njk @@ -1,6 +1,6 @@ {# Stats Summary Cards #} {% if summary %} -
+
{{ summary.totalPlays or 0 }} Plays @@ -40,7 +40,7 @@ {% if topAlbums and topAlbums.length %}

Top Albums

-
+
{% for album in topAlbums | head(5) %}
{% if album.coverUrl %} diff --git a/_includes/layouts/home.njk b/_includes/layouts/home.njk index 126c7f4..1bbff60 100644 --- a/_includes/layouts/home.njk +++ b/_includes/layouts/home.njk @@ -4,25 +4,25 @@ withSidebar: true --- {# Hero Section #} -
-
+
+
{# Avatar #} {{ site.author.name }} {# Introduction #} -
-

+
+

{{ site.author.name }}

-

+

{{ site.author.title }}

-

+

{{ site.author.bio }}

@@ -54,8 +54,8 @@ withSidebar: true {# Work Experience Timeline - only show if data exists #} {% if cv.experience and cv.experience.length %} -
-

Experience

+
+

Experience

{% for job in cv.experience %} @@ -99,10 +99,10 @@ withSidebar: true {# Projects Section - only show if data exists #} {% if cv.projects and cv.projects.length %} -
-

Projects

+
+

Projects

-
+
{% for project in cv.projects %}

@@ -134,10 +134,10 @@ withSidebar: true {# Skills Section - only show if data exists #} {% if cv.skills and (cv.skills | dictsort | length) %} -
-

Skills

+
+

Skills

-
+
{% for category, skills in cv.skills %}

@@ -156,7 +156,7 @@ withSidebar: true {# Education & Languages - only show if data exists #} {% if (cv.education and cv.education.length) or (cv.languages and cv.languages.length) %} -
+
{# Education #} {% if cv.education and cv.education.length %}
@@ -190,8 +190,8 @@ withSidebar: true {# Interests - only show if data exists #} {% if cv.interests and cv.interests.length %} -
-

Interests

+
+

Interests

{% for interest in cv.interests %} {{ interest }} diff --git a/_includes/layouts/post.njk b/_includes/layouts/post.njk index d7d7bcb..b47fb14 100644 --- a/_includes/layouts/post.njk +++ b/_includes/layouts/post.njk @@ -4,10 +4,10 @@ withBlogSidebar: true ---
{% if title %} -

{{ title }}

+

{{ title }}

{% endif %} -