diff --git a/blog.njk b/blog.njk index bc9c94b..7189eed 100644 --- a/blog.njk +++ b/blog.njk @@ -15,7 +15,7 @@ title: Adrian Victor:Blog {% if post.data.langKey == langKey %}
  • - {{ post.data.postTitle }}
    + {{ post.data.postTitle }}
    {{ post.data.date | postDate }}{% if post.data.lastModified | postDate !== post.data.date | postDate %} ({{ i18n[langKey].lastEditedIn }} {{ post.data.lastModified | postDate}}){% endif %}

  • diff --git a/static/main.css b/static/main.css index 7af4a3d..312d940 100644 --- a/static/main.css +++ b/static/main.css @@ -957,6 +957,10 @@ header div:first-child { opacity: 1; } +.postLink { + color: white; +} + #postHeader * { margin-bottom: 0; }