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, 0 insertions, 23 deletions
diff --git a/layouts/chrome/header.html b/layouts/chrome/header.html
deleted file mode 100644
index dffe80e..0000000
--- a/layouts/chrome/header.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!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">
-