Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/guangmean/Niello.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorguangmean <angularcorp@outlook.com>2019-01-08 05:13:25 +0300
committerguangmean <angularcorp@outlook.com>2019-01-08 05:13:25 +0300
commit9ff730a14ab30ebb2f671e9f347b24ed96ff2f98 (patch)
tree5ca20b6f6eef5b3e65bccfff04081a1f9c77563e
parentbef74acff3a627acf6d2283d34551114b704d91f (diff)
Update single.html
Fix page link issue under Nginx proxy_pass mode
-rw-r--r--layouts/post/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/post/single.html b/layouts/post/single.html
index 3592b3d..30417c4 100644
--- a/layouts/post/single.html
+++ b/layouts/post/single.html
@@ -28,7 +28,7 @@
<div class="em">{{ .Content | safeHTML }}</div>
<br />
<br />
- <div class="less">Page link: <a href="{{ .Permalink }}" class="pagelink">{{ .Permalink }}</a></div>
+ <div class="less">Page link: <a href="{{ .RelPermalink }}" class="pagelink">{{ .RelPermalink }}</a></div>
<div class="line-dotted"></div>
<article>
</div>