Compare commits
No commits in common. "5ce37bf67e0c9653dddf6dfd0e567b8c1d308948" and "1377cd916bf5253c3d9e8d22d4e0a128562dc4f1" have entirely different histories.
5ce37bf67e
...
1377cd916b
3 changed files with 5 additions and 3 deletions
|
@ -15,12 +15,13 @@
|
|||
</h1>
|
||||
</header>
|
||||
<ul class="articles-list">
|
||||
{{- range .Pages.ByTitle -}}
|
||||
{{- range .Paginator.Pages -}}
|
||||
{{- .Render "li" -}}
|
||||
{{- end -}}
|
||||
</ul>
|
||||
</article>
|
||||
{{ .Content }}
|
||||
{{ partial "pagination.html" . }}
|
||||
</section>
|
||||
</main>
|
||||
</body>
|
||||
|
|
|
@ -11,11 +11,12 @@
|
|||
</h1>
|
||||
</header>
|
||||
<ul class="articles-list">
|
||||
{{- range .Pages.ByDate.Reverse -}}
|
||||
{{- range .Paginator.Pages -}}
|
||||
{{- .Render "li" -}}
|
||||
{{- end -}}
|
||||
</ul>
|
||||
</article>
|
||||
{{ partial "pagination.html" . }}
|
||||
</section>
|
||||
</main>
|
||||
</body>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# theme.toml template for a Hugo theme
|
||||
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
||||
|
||||
name = "Snotra"
|
||||
name = "Iðunn"
|
||||
license = "MIT"
|
||||
licenselink = "https://git.vulgarisons.info/raghnarok/hugo_idunn/src/branch/master/LICENSE"
|
||||
description = "Simple Hugo theme, inspired from Terrassa but way simplier"
|
||||
|
|
Loading…
Reference in a new issue