mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-30 14:35:19 -04:00
Merge 53d2df34cb
into 7cf752f864
This commit is contained in:
commit
ca18b07e31
4 changed files with 9 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
{{- if .Title }}
|
||||
<header class="page-header">
|
||||
<h1>{{ .Title }}</h1>
|
||||
<h1>{{ i18n .Title| default .Title }}</h1>
|
||||
{{- if .Description }}
|
||||
<div class="post-description">
|
||||
{{ .Description }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue