diff --git a/.gitignore b/.gitignore
index 1155295..27f5c3a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,6 @@ package.json
*.gemspec
.jekyll-cache
.vscode
+
+# Local Netlify folder
+.netlify
diff --git a/_layouts/post.html b/_layouts/post.html
index a65b231..9e37f08 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -8,17 +8,18 @@ layout: default
{{ page.date | date: "%B %e, %Y" }}
{% if page.last_modified_at %}
-
(Updated: {{ page.last_modified_at | date: "%b %-d, %Y" }})
+
(Updated: {{
+ page.last_modified_at | date: "%b %-d, %Y" }})
{% endif %}
{% if post %}
- {% assign categories = post.categories %}
+ {% assign categories = post.categories %}
{% else %}
- {% assign categories = page.categories %}
+ {% assign categories = page.categories %}
{% endif %}
{% for category in categories %}
-
{{category}}
- {% unless forloop.last %} {% endunless %}
+
{{category}}
+ {% unless forloop.last %} {% endunless %}
{% endfor %}
@@ -26,32 +27,12 @@ layout: default
-
- {% if page.discussion %} -- Comment on the below box by authorizing the Gisqus app on your github account.
- - Comment directly on the github discussion page for this article.
- {% endif %}
- - Send an email with your comments to neophytenuggets@proton.me.
-
-