Skip to content

Commit 74026c4

Browse files
committed
major update
1 parent 4c2bc05 commit 74026c4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+8054
-6941
lines changed

package-lock.json

Lines changed: 360 additions & 329 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "11straps",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "simple 11ty and Bootstrap5 boilerplate",
55
"license": "MIT",
66
"private": "true",

src/_includes/snippets/head.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<meta name="description" content="{{ metadata.description }}">
44
<link rel="icon" type="image/png" sizes="96x96" href="{{ '/img/favicon.png' | url }}">
55
<meta name="author" content="{{ metadata.author }}">
6-
<meta name="generator" content="11straps">
6+
<meta name="generator" content="{{ eleventy.generator }}">
77
<meta name="HandheldFriendly" content="true"/>
88
<title>{{ title or metadata.title }}</title>
99
<!-- build:css -->

0 commit comments

Comments
 (0)