feat(geocaching): add initial page for 2023
feat(sliding_gallery): add horizontal scrolling gallery component
This commit is contained in:
parent
cdbb4cba14
commit
fdbc1ec109
13 changed files with 173 additions and 0 deletions
15
layouts/geocaching/single.html
Normal file
15
layouts/geocaching/single.html
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{{ define "main" }}
|
||||
<article class="article">
|
||||
<div class="page-container">
|
||||
<h1>{{ .Title }}</h1>
|
||||
hello
|
||||
|
||||
{{ range .Params.tags }}
|
||||
<a href="{{ "/tags/" | relLangURL }}{{ . | urlize }}">{{ . }}</a>
|
||||
{{ end }}
|
||||
</div>
|
||||
<div>
|
||||
{{ .Content }}
|
||||
</div>
|
||||
</article>
|
||||
{{ end }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue