Skip to content

Commit

Permalink
Add meta generator tag
Browse files Browse the repository at this point in the history
  • Loading branch information
adityatelange committed Apr 29, 2023
1 parent 2ac795b commit 2c4f537
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<title>{{ if not .IsHome }}{{ with .Title }}{{ . }} | {{ end }}{{ end }}{{ site.Title }}</title>
<meta name="robots" content='{{ cond (hugo.IsProduction) ("index, follow") ("noindex, nofollow" ) }}'>
<meta name="description" content="{{ .Description }}">
<meta name="generator" content="hugo-index">

{{- $styles := (resources.Get "styles.css") | minify }}
{{- $chromastyles := (resources.Get "chromastyles.css") | minify }}
Expand All @@ -26,4 +27,4 @@
window.addEventListener('load', () => {
quicklink.listen();
});
</script>
</script>

0 comments on commit 2c4f537

Please sign in to comment.