diff --git a/_includes/components/cv-builder.njk b/_includes/components/cv-builder.njk index 55c3b52..f8374a2 100644 --- a/_includes/components/cv-builder.njk +++ b/_includes/components/cv-builder.njk @@ -37,7 +37,7 @@ {{ authorName }} {% if authorTitle %} -
+
{{ authorTitle }}
{% endif %} @@ -48,7 +48,7 @@ {% endif %} {% if authorDescription %}@@ -82,13 +82,13 @@ {{ cvOrg }} {% endif %} {% if cvUrl %} - {{ cvUrl | replace("https://", "") | replace("http://", "") }} + {{ cvUrl | replace("https://", "") | replace("http://", "") }} {% endif %} {% if cvEmail %} - {{ cvEmail }} + {{ cvEmail }} {% endif %} {% if cvKeyUrl %} - PGP Key + PGP Key {% endif %} {% endif %} diff --git a/_includes/components/h-card.njk b/_includes/components/h-card.njk index 366e725..644dd9a 100644 --- a/_includes/components/h-card.njk +++ b/_includes/components/h-card.njk @@ -37,7 +37,7 @@ >
diff --git a/_includes/components/sections/posting-activity.njk b/_includes/components/sections/posting-activity.njk index 976dba5..d16f5e2 100644 --- a/_includes/components/sections/posting-activity.njk +++ b/_includes/components/sections/posting-activity.njk @@ -14,7 +14,7 @@ {% set graphOptions = { limit: sectionConfig.limit } %} {% endif %} {% postGraph collections.posts, graphOptions %} - + View full history