Fix header.html partial, update pagination in hugo.toml
rtj.dev Build and Deploy / Build-and-Deploy (push) Successful in 11s
Details
rtj.dev Build and Deploy / Build-and-Deploy (push) Successful in 11s
Details
This commit is contained in:
parent
fa1c0d6602
commit
f1a86068dc
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue