Skip to content

Commit

Permalink
Add automated generator tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
ecarlisle committed Jun 17, 2023
1 parent a50cbe6 commit 86302bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/base.njk
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<meta name="theme-color" content="{{ site.favicon.androidThemeColor }}">

<!-- Generator (I *heart* Eleventy!) -->
<meta name="generator" content="Eleventy">
<meta name="generator" content="{{ eleventy.generator }}">

<!-- Title & Description -->
<title>{{ title }}</title>
Expand Down

0 comments on commit 86302bb

Please sign in to comment.