Skip to content

Commit

Permalink
make category links
Browse files Browse the repository at this point in the history
  • Loading branch information
tenax66 committed Jun 17, 2024
1 parent 3677252 commit 11db08c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

<div class="post">
<h1>{{ page.title }}</h1>
<span class="fs-4 text-muted">{{ page.date | date: "%b %d, %y" }}</span>
<span class="fs-4 text-muted">{{ page.date | date: "%b %d, %y" }} <a
href="{{ site.baseurl }}/category/{{ page.author | url_encode }}">{{ page.author }}</a></span>
<div class="mt-4">{{ content }}</div>
<div>
<a href="https://twitter.com/intent/tweet?text={{page.title}}%0A{{site.url}}{{page.url}}" data-show-count="false">
Expand Down

0 comments on commit 11db08c

Please sign in to comment.