From d0063544a46715cde4d49550e7dfaae3dcadad54 Mon Sep 17 00:00:00 2001 From: Franco Masotti Date: Wed, 5 Feb 2020 19:58:42 +0100 Subject: [PATCH] Imported fixes from theme. --- _includes/comments.html | 12 ++++++------ _includes/footer.html | 8 ++++---- _includes/header.html | 2 +- _includes/image.html | 6 +++--- _includes/page_navigation.html | 6 +++--- _includes/post_navigation.html | 5 ++--- _includes/tag_list.html | 2 +- _pages/404.md | 4 ++-- _pages/index.md | 5 ----- _pages/tags.md | 2 +- 10 files changed, 23 insertions(+), 29 deletions(-) diff --git a/_includes/comments.html b/_includes/comments.html index af5075f..83cc0fc 100644 --- a/_includes/comments.html +++ b/_includes/comments.html @@ -1,4 +1,4 @@ -
+
{% capture mail %}{{ site.author.email }}{% endcapture %} {% assign mail_substring = mail | split: '@' %} {% assign mail_username = mail_substring[0] %} @@ -8,14 +8,14 @@ {% else %} {% capture mailto_prefix %}{{ mail_username }}+{{ page.path | remove: ".html" | remove: ".md" | remove: "_pages/" }}{% endcapture %} {% endif %} -
+

Post a new comment

-
+
{% assign comment_counter = 0 %} {% assign comments = site.comments | sort | reverse %} {% for comment in comments %} @@ -31,11 +31,11 @@ {% assign parity = "odd" %} {% endif %} -
+
{{ comment.from }}
{{ comment.date | date: "%b %e %Y, %R %Z" }}
-
-

{{ comment.subject }}

+
+

{{ comment.subject }}

{{ comment.content | markdownify }}
diff --git a/_includes/footer.html b/_includes/footer.html index 10b660b..6d629bd 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,16 +1,16 @@