Skip to content

Instantly share code, notes, and snippets.

@robsonsobral
Last active October 12, 2018 22:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robsonsobral/30e71b0a7482922b40f40d6264adbe1e to your computer and use it in GitHub Desktop.
Save robsonsobral/30e71b0a7482922b40f40d6264adbe1e to your computer and use it in GitHub Desktop.
hugoMeta
{{ with .Lastmod }}
<meta http-equiv="Last-Modified" content="{{ .Format "2006-01-02T15:04:05-0700" }}" />
{{ end }}
{{ $packageJson := getJSON "./package.json" }}
{{ with $packageJson.version }}
<meta name="version" content="{{ . }}">
{{ end }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment