mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-08 17:22:46 +00:00
15 lines
1006 B
HTML
15 lines
1006 B
HTML
<div class="w-100 mb4 nested-copy-line-height relative {{ $.Param "summary_dark_bg" | compare.Default "bg-white"}}">
|
|
<div class="mb3 pa4 {{ $.Param "text_color" | compare.Default "gray" }} overflow-hidden {{ $.Param "summary_dark_bg" | compare.Default "bg-white"}}">
|
|
{{with .CurrentSection.Title }}<span class="f6 db">{{ . }}</span>{{end}}
|
|
<h1 class="f3 {{ $.Param "text_color" | compare.Default "near-black" }}">
|
|
<a href="{{ .RelPermalink }}" class="link {{ $.Param "text_color" | compare.Default "black" }} dim">
|
|
{{ .Title }}
|
|
</a>
|
|
</h1>
|
|
<div class="nested-links f5 lh-copy nested-copy-line-height">
|
|
{{ .Summary }}
|
|
</div>
|
|
<a href="{{.RelPermalink}}" class="ba b--moon-gray {{ $.Param "summary_more_bg" | compare.Default "bg-light-gray"}} br2 color-inherit dib f7 {{ $.Param "summary_more_hover" | compare.Default "hover-bg-moon-gray" }} link mt2 ph2 pv1">{{ $.Param "read_more_copy" | compare.Default (lang.Translate "readMore") }}</a>
|
|
</div>
|
|
</div>
|