Skip to content

Commit df04d73

Browse files
committed
Merge pull request #2 from ChengLu/master
fixed postUrl
2 parents 1afec2d + 26549e8 commit df04d73

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_includes/post.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
<article class="row post">
88

99
{% if include.isStaticPost == false %}
10+
11+
{% assign postUrl = site.url | append: site.baseurl | append: page.url %}
12+
1013
<div class="post-header">
1114
<div class="published pull-left">
1215
<span class="caption">Posted:</span>

0 commit comments

Comments
 (0)