mirror of
https://github.com/CoderSherlock/CoderSherlock.github.io.git
synced 2026-06-13 08:08:10 -07:00
Add sitemap and minor change
changed the date format under category page
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ public: true
|
||||
<h2 class="category" id="{{ word }}">{{ word | upcase }}</h2>
|
||||
<ul>
|
||||
{% for post in site.categories[word] %}{% if post.title != null %}
|
||||
<li><span>{{ post.date | date: "%b %d" }}</span> » <a href="{{ site.baseurl}}{{ post.url }}">{{ post.title }}</a></li>
|
||||
<li><span>{{ post.date | date: "%b %-d, %Y" }}</span> » <a href="{{ site.baseurl}}{{ post.url }}">{{ post.title }}</a></li>
|
||||
{% endif %}{% endfor %}
|
||||
</ul>
|
||||
{% endunless %}{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user