Skip to content
Snippets Groups Projects
Select Git revision
  • 24df8af363013eb8c6667b17d23cdd8eb9d58d6d
  • main default protected
  • 1-kalenderimport
  • 1.2
  • 1.1
  • 1.0
6 results

post-summary.html

Blame
  • Forked from FS Info TU Dortmund / Öffentlichkeit / anubis
    Source project has a limited visibility.
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    post-summary.html 751 B
    <article class="post-list h-feed">
        <header class="post-header">
            <h1 class="p-name post-title{{ if .Params.favorite }} favorite{{end}}{{ if .Params.draft }} draft{{end}}"><a class="u-url" href="{{ .RelPermalink }}">{{ trim .Title " " }}</a></h1>
            {{ partial "post-language-switcher.html" . }}
        </header>
    
        {{ if not .Site.Params.disableSummary }}
            <div class="content post-summary p-summary">
                {{ .Summary | safeHTML }}
            </div>
        {{ end }}
        {{ if and (.Truncated) (.Site.Params.readMore) }}
            <div class="read-more">
                <a class="u-url" href="{{ .RelPermalink }}">{{ i18n "readMore" | humanize }}</a>
            </div>
        {{ end }}
        
        {{ partial "post-info.html" . }}
    </article>