From 253fb9be91661eee51e9d6c410a232a471bd8d85 Mon Sep 17 00:00:00 2001
From: gijsio <67470426+gijsio@users.noreply.github.com>
Date: Thu, 20 Aug 2020 10:54:37 +0200
Subject: [PATCH] [experimental] development --> docs
Allow for the incorporation of development branch functions into the documentation using
{{< development style="dev" >}}
{{< /development >}}
---
layouts/_default/baseof.html | 16 +++++++++++++---
layouts/shortcodes/development.html | 8 ++++++++
layouts/shortcodes/hint.html | 3 ++-
themes/doc-theme/static/css/doc-theme.css | 15 +++++++++++++++
4 files changed, 38 insertions(+), 4 deletions(-)
create mode 100644 layouts/shortcodes/development.html
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index ebe3b45..4157364 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -36,6 +36,7 @@
-
+
{{- partial "alexia.html" . -}}
{{- partial "google_analitycs.html" . -}}
+
+