mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-03 20:22:38 +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>
|
<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}}
|
{{$section := .Section}}
|
||||||
{{ if .NextInSection }}
|
{{ if .NextInSection }}
|
||||||
<a href="{{.NextInSection.Permalink}}" class="cf-link prev-page">
|
<a href="{{.NextInSection.Permalink}}" class="cf-link prev-page">
|
||||||
|
|||||||
@@ -19,6 +19,9 @@
|
|||||||
min-height: 60px;
|
min-height: 60px;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin-bottom: 2em;
|
margin-bottom: 2em;
|
||||||
|
&.overview {
|
||||||
|
justify-content: flex-end;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.cf-link {
|
.cf-link {
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user