From 3a5fabf3c6f4f60a64885a52c76ba6dab8b71099 Mon Sep 17 00:00:00 2001 From: Horus Date: Thu, 20 Oct 2016 18:08:36 +0200 Subject: Initial commit. --- layouts/partials/css.tmpl | 661 ++++++++++++++++++++++++++++++++++++++++++ layouts/partials/favicon.tmpl | 2 + layouts/partials/footer.tmpl | 3 + layouts/partials/header.tmpl | 10 + 4 files changed, 676 insertions(+) create mode 100644 layouts/partials/css.tmpl create mode 100644 layouts/partials/favicon.tmpl create mode 100644 layouts/partials/footer.tmpl create mode 100644 layouts/partials/header.tmpl (limited to 'layouts/partials') diff --git a/layouts/partials/css.tmpl b/layouts/partials/css.tmpl new file mode 100644 index 0000000..ba15e18 --- /dev/null +++ b/layouts/partials/css.tmpl @@ -0,0 +1,661 @@ + + + diff --git a/layouts/partials/favicon.tmpl b/layouts/partials/favicon.tmpl new file mode 100644 index 0000000..a542acd --- /dev/null +++ b/layouts/partials/favicon.tmpl @@ -0,0 +1,2 @@ + + diff --git a/layouts/partials/footer.tmpl b/layouts/partials/footer.tmpl new file mode 100644 index 0000000..69aae56 --- /dev/null +++ b/layouts/partials/footer.tmpl @@ -0,0 +1,3 @@ + + + diff --git a/layouts/partials/header.tmpl b/layouts/partials/header.tmpl new file mode 100644 index 0000000..47ee061 --- /dev/null +++ b/layouts/partials/header.tmpl @@ -0,0 +1,10 @@ + + + + + +moehring | {{.Title}} +{{partial "favicon.tmpl"}} +{{partial "css.tmpl"}} + + -- cgit v1.2.3