diff --git a/.docs/Changelog.11tydata.json b/.docs/Changelog.11tydata.json index 0ee657c..67d8eca 100644 --- a/.docs/Changelog.11tydata.json +++ b/.docs/Changelog.11tydata.json @@ -1,5 +1,5 @@ { - "layout": "theme.njk", + "layout": "content-generic.njk", "title": "Changelog", "tags": "navigable", "date": "2002-01-01" diff --git a/.docs/Cookbook.11tydata.json b/.docs/Cookbook.11tydata.json new file mode 100644 index 0000000..fbd1c5d --- /dev/null +++ b/.docs/Cookbook.11tydata.json @@ -0,0 +1,6 @@ +{ + "layout": "content-generic.njk", + "title": "Cookbook", + "tags": "navigable", + "date": "2002-01-01" +} diff --git a/.docs/Cookbook.md b/.docs/Cookbook.md new file mode 120000 index 0000000..7190abd --- /dev/null +++ b/.docs/Cookbook.md @@ -0,0 +1 @@ +../Cookbook.md \ No newline at end of file diff --git a/.docs/_includes/content-generic.njk b/.docs/_includes/content-generic.njk new file mode 100644 index 0000000..7441c6a --- /dev/null +++ b/.docs/_includes/content-generic.njk @@ -0,0 +1,7 @@ +--- +layout: theme.njk +--- + +
+ {{ content | safe }} +
diff --git a/.docs/_includes/theme.njk b/.docs/_includes/theme.njk index c2a37dc..061a749 100644 --- a/.docs/_includes/theme.njk +++ b/.docs/_includes/theme.njk @@ -24,6 +24,7 @@
  • GitHub
  • + {{ content | safe }}