mirror of
https://github.com/flysnow-org/maupassant-hugo.git
synced 2026-08-24 07:18:55 +00:00
fix summary link error
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
</div>
|
||||
{{ end }}
|
||||
<div class="post-content">
|
||||
{{ .Summary | markdownify }}……
|
||||
{{ .Summary }}……
|
||||
<p class="readmore"><a href="{{ .Permalink }}">阅读全文</a></p>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
+1
-1
@@ -28,7 +28,7 @@
|
||||
</div>
|
||||
{{ end }}
|
||||
<div class="post-content">
|
||||
{{ .Summary | markdownify }}……
|
||||
{{ .Summary }}……
|
||||
</div>
|
||||
<p class="readmore"><a href="{{ .Permalink }}">阅读全文</a></p>
|
||||
</article>
|
||||
|
||||
Reference in New Issue
Block a user