We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49f94a5 commit 662f29fCopy full SHA for 662f29f
site/layouts/_default/li.html
@@ -1,4 +1,4 @@
1
-<a href="{{ .Permalink }}" class="no-underline pa3 bg-grey-1 br1 mb2 db raise w-100">
+<a href="{{ .RelPermalink }}" class="no-underline pa3 bg-grey-1 br1 mb2 db raise w-100">
2
<h2 class="f3 b lh-title mb1 primary">{{ .Title }}</h2>
3
<p class="mid-gray lh-title mb2">{{ .Date.Format "Mon, Jan 2, 2006" }}</p>
4
<p class="mb0">{{ .Description }}</p>
0 commit comments