aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2022-05-13 19:15:41 +0900
committernsfisis <nsfisis@gmail.com>2022-05-13 19:15:41 +0900
commit1ffa8278bc9efbdefcda8ae74d1e3faa57e73e3d (patch)
tree5ea600bdd8198456e627246e981d50e75de9cef1 /themes
parent40c58a04c59c5083baf01adfcd9d1a4f067296c7 (diff)
downloadnsfisis.github.io-1ffa8278bc9efbdefcda8ae74d1e3faa57e73e3d.tar.gz
nsfisis.github.io-1ffa8278bc9efbdefcda8ae74d1e3faa57e73e3d.tar.zst
nsfisis.github.io-1ffa8278bc9efbdefcda8ae74d1e3faa57e73e3d.zip
manually write summary for all posts
Diffstat (limited to 'themes')
-rw-r--r--themes/mypaper/layouts/_default/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/mypaper/layouts/_default/list.html b/themes/mypaper/layouts/_default/list.html
index 7cf7cd0..4840732 100644
--- a/themes/mypaper/layouts/_default/list.html
+++ b/themes/mypaper/layouts/_default/list.html
@@ -18,7 +18,7 @@
<h2>{{ .Title }}</h2>
</header>
<section class="entry-content">
- <p>{{ .Summary | plainify | htmlUnescape }}...</p>
+ <p>{{ .Summary | plainify | htmlUnescape }}</p>
</section>
<footer class="entry-footer">
<time>{{ .Date.Format "2006-01-02" }}</time>