|
@@ -1,7 +1,7 @@
|
|
|
|
|
|
{{ define "main" }}
|
|
{{ define "main" }}
|
|
<article class="panel flex-1 blog-post h-entry">
|
|
<article class="panel flex-1 blog-post h-entry">
|
|
- <h1 class="blog-post--title p-name"><a href="{{ .Permalink }}" class="u-url text-black no-underline">{{ .Title }}</a></h1>
|
|
|
|
|
|
+ <h1 class="blog-post--title p-name"><a href="{{ .RelPermalink }}" class="u-url text-black no-underline">{{ .Title }}</a></h1>
|
|
<div class="blog-post--body e-content">
|
|
<div class="blog-post--body e-content">
|
|
{{ .Content }}
|
|
{{ .Content }}
|
|
</div>
|
|
</div>
|