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

github.com/AlexFinn/simple-a.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/chrome/header.html')
-rw-r--r--layouts/chrome/header.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/layouts/chrome/header.html b/layouts/chrome/header.html
new file mode 100644
index 0000000..dffe80e
--- /dev/null
+++ b/layouts/chrome/header.html
@@ -0,0 +1,23 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ <title>Simple A - {{ .Title }}</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
+
+ {{ template "theme/chrome/includes.html" . }}
+ <link rel="shortcut icon" href="/images/simple-a.ico">
+ <link rel="apple-touch-icon" href="">
+ <link rel="canonical" href="{{ .Permalink }}">
+
+ <!-- atom & rss feed -->
+ <link href="/rss.xml" type="application/atom+xml" rel="alternate" title="{{ .Site.Title }}">
+
+ </head>
+ <body>
+ {{ template "theme/chrome/menu.html" }}
+
+ <div class="container">
+ <div class="content">
+ <div class="posts">
+