リビジョン | c45956683256ce8a0cadffe215a8e4d2c9b6d5f2 (tree) |
---|---|
日時 | 2017-12-01 19:49:25 |
作者 | hylom <hylom@user...> |
コミッター | hylom |
template: hide bodytext in timeline and user page
@@ -3,7 +3,7 @@ | ||
3 | 3 | <div class="main-column"> |
4 | 4 | <div class="index main-contents"> |
5 | 5 | [%- FOREACH item IN items -%] |
6 | - [%- INCLUDE common/article/article %] | |
6 | + [%- INCLUDE common/article/article hide_bodytext=1 %] | |
7 | 7 | [%- END -%] |
8 | 8 | |
9 | 9 | [%- IF prev -%] |
@@ -33,7 +33,7 @@ | ||
33 | 33 | |
34 | 34 | [%- CASE DEFAULT -%] |
35 | 35 | [%- FOREACH item IN items -%] |
36 | - [%- INCLUDE common/article/article story=item %] | |
36 | + [%- INCLUDE common/article/article hide_bodytext=1 %] | |
37 | 37 | [%- END -%] |
38 | 38 | </div><!-- .index --> |
39 | 39 | [%- END -%] |