Fix header.html partial, update pagination in hugo.toml
rtj.dev Build and Deploy / Build-and-Deploy (push) Successful in 11s Details

This commit is contained in:
Roland Thomas Jr 2025-02-01 19:00:37 -05:00
parent fa1c0d6602
commit f1a86068dc
Signed by: roland
GPG Key ID: 7C3C2B085A4C2872
2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,7 @@
baseURL = 'https://rtj.dev/'
languageCode = 'en-us'
title = 'rtj.dev'
paginate = 10
pagination.pagerSize = 10
theme = 'PaperMod'
enableEmoji = true
pygmentsUseClasses = true

View File

@ -98,7 +98,7 @@
{{- $lang := .Lang}}
{{- $separator := or $label_text (not site.Params.disableThemeToggle)}}
{{- with site.Home.AllTranslations }}
{{- with site.Home.Translations }}
<ul class="lang-switch">
{{- if $separator }}<li>|</li>{{ end }}
{{- range . -}}
@ -177,6 +177,5 @@
</li>
</div>
</ul>
</nav>
</header>