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

github.com/eddiewebb/hugo-resume.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Williams <public@noahsbwilliams.com>2020-01-02 21:20:12 +0300
committerEddie Webb <ollitech@gmail.com>2020-01-02 21:20:12 +0300
commit66f4dc64e20fc2cc023791d64c9cc8ceb87ee38d (patch)
treee260a9945296cdc132766f28b317a4b6d4be2896
parentb56a1d23d23930cab123e4145d2c04a67e1c033d (diff)
replace deprecated .Hugo function with hugo. (#35)
-rw-r--r--layouts/_default/baseof.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index df1287c..78f88b8 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -20,7 +20,7 @@
<!-- Custom styles for this template -->
<link href="{{ "css/resume.css" | absURL }}" rel="stylesheet">
<link href="{{ "css/tweaks.css" | absURL }}" rel="stylesheet">
- {{ .Hugo.Generator }}
+ {{ hugo.Generator }}
{{ block "headfiles" . }}
<!-- pl;aceholder -->
{{ end }}