Side card "recent" is clickable to post/essay list
This commit is contained in:
parent
0547c3d73d
commit
5fd2d18048
|
@ -1,5 +1,7 @@
|
|||
<div class="side-recent">
|
||||
<h2 class="side-title">Recent {{ .Section | humanize }}</h2>
|
||||
<h2 class="side-title">
|
||||
<a href="{{ .RelPermalink }}">Recent {{ .Section | humanize }}</a>
|
||||
</h2>
|
||||
<hr />
|
||||
|
||||
<ul>
|
||||
|
|
Loading…
Reference in a new issue