File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ <h1>recent articles</h1>
2020 {% endfor %}
2121 </ div >
2222 {% endif %}
23- {% if site.date_format %}
24- {{ post.date | date: site.date_format }}
23+ {% if site.dash. date_format %}
24+ {{ post.date | date: site.dash. date_format }}
2525 {% else %}
2626 {{ post.date | date: "%b %-d, %Y" }}
2727 {% endif %}
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ <h1 class="post-title">articles tagged with <a class="tag" href="/tag/{{ page.ta
2020 < a class ="tag " href ="/tag/{{ tag }}/ "> {{ tag }}</ a >
2121 {% endfor %}
2222 </ div >
23- {% if site.date_format %}
24- {{ post.date | date: site.date_format }}
23+ {% if site.dash. date_format %}
24+ {{ post.date | date: site.dash. date_format }}
2525 {% else %}
2626 {{ post.date | date: "%b %-d, %Y" }}
2727 {% endif %}
You can’t perform that action at this time.
0 commit comments