7e03bb3c64
This change adds page-based counters for figures and tables using Hugo .Scratch. Adds automatic counters for figures and tables
16 lines
No EOL
346 B
HTML
16 lines
No EOL
346 B
HTML
<article>
|
|
<header>
|
|
<h1>{{ .Title }}</h1>
|
|
{{ with .Params.subtitle }}
|
|
<span class="post__subtitle">
|
|
{{.}}
|
|
</span>
|
|
{{ end }}
|
|
{{ partial "post-meta-before.html" . }}
|
|
</header>
|
|
<div class="post">
|
|
{{ .Content }}
|
|
</div>
|
|
{{ partial "post-meta-after.html" . }}
|
|
{{ partial "post-related.html" . }}
|
|
</article> |