Skip to content

Commit 662f29f

Browse files
authored
Use .RelPermalink in post list (#156)
1 parent 49f94a5 commit 662f29f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/layouts/_default/li.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<a href="{{ .Permalink }}" class="no-underline pa3 bg-grey-1 br1 mb2 db raise w-100">
1+
<a href="{{ .RelPermalink }}" class="no-underline pa3 bg-grey-1 br1 mb2 db raise w-100">
22
<h2 class="f3 b lh-title mb1 primary">{{ .Title }}</h2>
33
<p class="mid-gray lh-title mb2">{{ .Date.Format "Mon, Jan 2, 2006" }}</p>
44
<p class="mb0">{{ .Description }}</p>

0 commit comments

Comments
 (0)