Skip to content

Commit

Permalink
Revert out-of-topic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kwentine committed Nov 21, 2024
1 parent 46fc111 commit 85c710b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions hugo/content/species/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# This prevents the species folder from generating a html file for the path [webaddress]/species/
build:
_build:
render: never
list: never
publishResources: false
---
---
7 changes: 6 additions & 1 deletion hugo/layouts/partials/last_updated.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{{ $lastUpdated := .Params.last_updated }}
{{ if not (or .IsHome .IsSection) }}
{{ $lastUpdated = .Parent.Params.last_updated }}
{{ end }}

<div>
<p class="last-updated_text">
Page last updated: {{ .Lastmod | time.Format ":date_long"}}
Page last updated: {{ $lastUpdated }}
</p>
</div>

0 comments on commit 85c710b

Please sign in to comment.