Skip to content

Commit

Permalink
Update and rename blog.md to social.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alimanfoo authored Aug 23, 2024
1 parent 3dfbb61 commit 0900076
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blog.md → social.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ layout: default
<a href="api">API</a> |
<a href="training">training</a> |
<a href="research">research</a> |
blog
social
</small>

<ul>
{% for post in site.tags.blog %}
{% for post in site.tags.social %}
<li>
<a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a> <small>{{ post.date | date: "%-d %B %Y" }} | {{ post.tags | join: " - " }}</small>
</li>
Expand Down

0 comments on commit 0900076

Please sign in to comment.