Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MunifTanjim/minimo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManu <git@manuelgrabowski.de>2019-05-01 00:35:39 +0300
committerMunif Tanjim <muniftanjim@gmail.com>2019-05-01 00:35:39 +0300
commitd9ccf2ec3d0f0e5c63d7913b704ecc800ebac445 (patch)
tree03d8912c9e93cdadf56b6bf29c8beaef598cce09
parentab385861b0168660ae290cd9335405afdefd8f74 (diff)
enhance [templates]: replace deprecated `.Hugo` with global `hugo` function
-rw-r--r--layouts/partials/head/meta.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head/meta.html b/layouts/partials/head/meta.html
index 306e6cd..099d676 100644
--- a/layouts/partials/head/meta.html
+++ b/layouts/partials/head/meta.html
@@ -5,4 +5,4 @@
{{ partial "head/opengraph" . }}
-{{ .Hugo.Generator }}
+{{ hugo.Generator }}