diff --git a/_includes/components/cv-builder.njk b/_includes/components/cv-builder.njk index 3699f73..8e62d2d 100644 --- a/_includes/components/cv-builder.njk +++ b/_includes/components/cv-builder.njk @@ -161,7 +161,7 @@ {# Last Updated #} {% if cv.lastUpdated %}

- Last updated: + Last updated:

{% endif %} diff --git a/_includes/components/sections/cv-experience.njk b/_includes/components/sections/cv-experience.njk index b9ad71d..03c3761 100644 --- a/_includes/components/sections/cv-experience.njk +++ b/_includes/components/sections/cv-experience.njk @@ -24,7 +24,7 @@ {% if item.type %} · {{ item.type }}{% endif %}

{% if item.startDate %} -

+

{{ item.startDate }}{% if item.endDate %} – {{ item.endDate }}{% else %} – Present{% endif %}

{% endif %} diff --git a/_includes/components/sections/featured-posts.njk b/_includes/components/sections/featured-posts.njk index 730fdbe..962385f 100644 --- a/_includes/components/sections/featured-posts.njk +++ b/_includes/components/sections/featured-posts.njk @@ -42,7 +42,7 @@ {% set borderClass = "border-l-[3px] border-l-surface-300 dark:border-l-surface-600" %} {% endif %} -
+
{% if likedUrl %} {# ── Like card ── #} @@ -55,7 +55,7 @@
Liked -
@@ -83,7 +83,7 @@
Bookmarked -
@@ -116,7 +116,7 @@
Reposted -
@@ -144,7 +144,7 @@
In reply to -
@@ -173,7 +173,7 @@
Photo -
@@ -210,11 +210,11 @@

{% endif %}
-