mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
Merge pull request #13 from ham1/use_hugo_generator
Use .Hugo.Generator instead of adding meta tag manually
This commit is contained in:
commit
6c9652a4d4
@ -30,7 +30,7 @@
|
||||
<link rel="apple-touch-icon" href="{{.Site.BaseURL}}img/apple-touch-icon.png">
|
||||
<link rel="icon" href="{{.Site.BaseURL}}img/favicon.ico">
|
||||
<!-- Generator -->
|
||||
<meta name="generator" content="Hugo {{ .Hugo.Version }}">
|
||||
{{ .Hugo.Generator }}
|
||||
<!-- RSS -->
|
||||
<link rel="alternate" type="application/atom+xml" href="{{.Site.BaseURL}}index.xml" title="{{ .Site.Title }}">
|
||||
{{ if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }}
|
||||
|
Loading…
Reference in New Issue
Block a user