mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2024-12-24 05:55:53 -05:00
i18n for terms
This commit is contained in:
parent
cfa11d7183
commit
53d2df34cb
@ -2,7 +2,7 @@
|
||||
|
||||
{{- if .Title }}
|
||||
<header class="page-header">
|
||||
<h1>{{ i18n .Title }}</h1>
|
||||
<h1>{{ i18n .Title| default .Title }}</h1>
|
||||
{{- if .Description }}
|
||||
<div class="post-description">
|
||||
{{ .Description }}
|
||||
|
Loading…
Reference in New Issue
Block a user