diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html new file mode 100644 index 0000000..fe2a379 --- /dev/null +++ b/layouts/partials/footer.html @@ -0,0 +1,6 @@ +
+ {{ range first 1 (where .Site.RegularPages.ByDate.Reverse "Section" "blog") }} + Site last updated . + {{ end }} + +
diff --git a/themes/dreamcast/layouts/_default/baseof.html b/themes/dreamcast/layouts/_default/baseof.html index 54877b9..1532889 100644 --- a/themes/dreamcast/layouts/_default/baseof.html +++ b/themes/dreamcast/layouts/_default/baseof.html @@ -16,10 +16,10 @@