feat: add parameter geekdocPageLastmod (#895)

This commit is contained in:
Robert Kaussow 2024-10-07 21:14:17 +02:00 committed by GitHub
parent bb6cf716b5
commit 15d3e40cdf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 29 additions and 0 deletions

View file

@ -6,6 +6,7 @@
class="gdoc-markdown gdoc-markdown__align--{{ default "left" (.Page.Params.geekdocAlign | lower) }}"
>
<h1>{{ partial "utils/title" . }}</h1>
{{ partial "page-metadata" . }}
{{ partial "utils/content" . }}
</article>
{{ end }}