Welcome to mirror list, hosted at ThFree Co, Russian Federation.

slide.html « partials « layouts - github.com/RealOrangeOne/hugo-theme-revealjs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2cd76881b9e08e22fb214c7abe865bba23cc2190 (plain)
1
2
3
4
5
6
7
8
9
<section id="{{ .URL }}">
  {{ if .Title }}
    {{ if not .Params.hide_title }}
      <h1>{{ .Title }}</h1>
    {{ end }}
  {{ end }}

  {{ .Content }}
</section>