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 @@