diff options
| author | nsfisis <nsfisis@gmail.com> | 2022-05-13 19:15:41 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2022-05-13 19:15:41 +0900 |
| commit | 1ffa8278bc9efbdefcda8ae74d1e3faa57e73e3d (patch) | |
| tree | 5ea600bdd8198456e627246e981d50e75de9cef1 /themes | |
| parent | 40c58a04c59c5083baf01adfcd9d1a4f067296c7 (diff) | |
| download | nsfisis.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.html | 2 |
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> |
