mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 23:38:53 +00:00
@@ -1,5 +1,5 @@
|
||||
<div class="last-modified">Last Updated: {{with .Lastmod}}{{.Format "2006-01-02"}}{{else}}{{.PublishDate.Format "2006-01-02"}}{{end}}</div>
|
||||
<footer id="content-footer">
|
||||
<footer id="content-footer" {{if eq .Kind "section"}}class="overview"{{end}}>
|
||||
{{$section := .Section}}
|
||||
{{ if .NextInSection }}
|
||||
<a href="{{.NextInSection.Permalink}}" class="cf-link prev-page">
|
||||
|
||||
@@ -19,6 +19,9 @@
|
||||
min-height: 60px;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 2em;
|
||||
&.overview {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
}
|
||||
|
||||
.cf-link {
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user