We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1314d46 + 61ea080 commit d97ac99Copy full SHA for d97ac99
layouts/index.html
@@ -17,7 +17,7 @@ <h2 class="toppage-h">Information</h2>
17
<a href="{{ .Permalink }}">
18
<p id="info-date">{{ .Date.Format "2006.01.02" }}</p>
19
<p id="info-title">{{ .Title }}</p>
20
- <p id="info-summary">{{ .Summary }}…</p>
+ <p id="info-summary">{{ .Summary | plainify }}…</p>
21
</a>
22
{{ end }}
23
</div>
@@ -26,7 +26,7 @@ <h2 class="toppage-h">Information</h2>
26
{{ range ( first 3 ( where .Site.RegularPages "Params.tags" "intersect" (slice "未定"))) }}
27
<li>
28
<a href="{{ .Permalink }}">{{ .Title }}</a>
29
- <p>{{ .Summary }}</p>
+ <p>{{ .Summary | plainify }}</p>
30
</li>
31
32
-->
0 commit comments