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

header.html « chrome « layouts - github.com/AlexFinn/simple-a.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dffe80e34dcc75d7557a0fa16f27eecf0c9d4d11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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">