Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/calintat/minimal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/body-open.html2
-rw-r--r--layouts/partials/header.html2
2 files changed, 3 insertions, 1 deletions
diff --git a/layouts/partials/body-open.html b/layouts/partials/body-open.html
new file mode 100644
index 0000000..11b798a
--- /dev/null
+++ b/layouts/partials/body-open.html
@@ -0,0 +1,2 @@
+ <!-- Intentionally left empty. Override this partial in your website to insert code just after the
+ opening <body> tag. For example, to install Google Analytics. --> \ No newline at end of file
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 5db3b6b..8955e3d 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -12,7 +12,7 @@
</head>
<body>
-
+ {{ partial "body-open" . }}
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">