mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-30 06:25:24 -04:00
Update for 3.0
This commit is contained in:
parent
55dc991f4c
commit
8088299ecb
9 changed files with 394 additions and 445 deletions
|
@ -1,12 +1,12 @@
|
|||
{{ partial "header.html" . }}
|
||||
<article class="post post-view">
|
||||
<article class="post-single">
|
||||
<header class="post-header">
|
||||
<h1 class="post-title">{{ .Title }}</h1>
|
||||
<p class="post-meta">
|
||||
<div class="post-meta">
|
||||
{{- if or .Params.author .Site.Params.author -}}
|
||||
{{ .Params.author | default .Site.Params.author }} · {{ end }}
|
||||
{{- .Date.Format "2006.1.2" -}}
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="post-content">{{ .Content }}</div>
|
||||
<footer class="post-footer">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue