From 5115b1fa23e40a097fa90ea6f5884d8bb5751f5b Mon Sep 17 00:00:00 2001 From: George Cushen Date: Sun, 12 Aug 2018 22:04:49 +0100 Subject: [PATCH] Store theme version in a data file Close #593 --- data/academic.toml | 3 +++ layouts/partials/header.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 data/academic.toml diff --git a/data/academic.toml b/data/academic.toml new file mode 100644 index 000000000..094de397d --- /dev/null +++ b/data/academic.toml @@ -0,0 +1,3 @@ +# Academic + +version = "2.4.0" diff --git a/layouts/partials/header.html b/layouts/partials/header.html index ba454fc1e..56739b8de 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -5,7 +5,7 @@ - + {{ .Hugo.Generator }} {{ with .Site.Params.name }}{{ end }}