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')
-rw-r--r--layouts/chrome/about.html5
-rw-r--r--layouts/chrome/analytics.html15
-rw-r--r--layouts/chrome/disqus.html13
-rw-r--r--layouts/chrome/footer.html13
-rw-r--r--layouts/chrome/header.html25
-rw-r--r--layouts/chrome/includes.html5
-rw-r--r--layouts/chrome/menu.html7
-rw-r--r--layouts/chrome/meta.html12
8 files changed, 0 insertions, 95 deletions
diff --git a/layouts/chrome/about.html b/layouts/chrome/about.html
deleted file mode 100644
index 16950dc..0000000
--- a/layouts/chrome/about.html
+++ /dev/null
@@ -1,5 +0,0 @@
-<div class="about">
- <p>
-
- </p>
-</div> \ No newline at end of file
diff --git a/layouts/chrome/analytics.html b/layouts/chrome/analytics.html
deleted file mode 100644
index 69ad7fe..0000000
--- a/layouts/chrome/analytics.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!-- Piwik -->
-<script type="text/javascript">
- var _paq = _paq || [];
- _paq.push(['trackPageView']);
- _paq.push(['enableLinkTracking']);
- (function() {
- var u=(("https:" == document.location.protocol) ? "https" : "http") + ":change-me";
- _paq.push(['setTrackerUrl', u+'piwik.php']);
- _paq.push(['setSiteId', 4]);
- var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.type='text/javascript';
- g.defer=true; g.async=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
- })();
-</script>
-<noscript><p><img src="http://change-me" style="border:0;" alt="" /></p></noscript>
-<!-- End Piwik Code -->
diff --git a/layouts/chrome/disqus.html b/layouts/chrome/disqus.html
deleted file mode 100644
index 06d42af..0000000
--- a/layouts/chrome/disqus.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<div class="row">
- <div class="small-offset-1 small-10 columns">
- <div id="disqus_thread"></div>
- <script type="text/javascript">
- var disqus_shortname = 'hey-its-alex';
- var disqus_developer = 1;
- </script>
-
- <script type="text/javascript" src="http://disqus.com/forums/antzucaro/embed.js"></script>
- <noscript><a href="http://antzucaro.disqus.com/?url=ref">View the discussion thread.</a></noscript><a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
- </div>
- </div>
- <!-- END DISQUS --> \ No newline at end of file
diff --git a/layouts/chrome/footer.html b/layouts/chrome/footer.html
deleted file mode 100644
index a306358..0000000
--- a/layouts/chrome/footer.html
+++ /dev/null
@@ -1,13 +0,0 @@
-
- <footer>
- Built with <a href="https://github.com/spf13/hugo">Hugo</a>
- <p>© Alexander Ivanov 2014</p>
- </footer>
- </div>
- </div>
- </div>
- </div>
- </div>
-</body>
-{{ template "theme/chrome/analytics.html" }}
-</html>
diff --git a/layouts/chrome/header.html b/layouts/chrome/header.html
deleted file mode 100644
index 8fd8141..0000000
--- a/layouts/chrome/header.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!doctype html>
-<html lang="en">
- <head>
- <title>ALEXFINN - {{ .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/alexfinn.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="row-fluid">
- <div class="span12">
- <div class="posts">
-
diff --git a/layouts/chrome/includes.html b/layouts/chrome/includes.html
deleted file mode 100644
index 63c9724..0000000
--- a/layouts/chrome/includes.html
+++ /dev/null
@@ -1,5 +0,0 @@
-
- <link href="/css/milk.min.css" rel="stylesheet">
- <link href="/css/milk-responsive.min.css" rel="stylesheet">
- <link href="/css/style.css" rel="stylesheet" type="text/css" media="all">
- <link href="/css/fonts.css" rel="stylesheet" type="text/css" media="all"> \ No newline at end of file
diff --git a/layouts/chrome/menu.html b/layouts/chrome/menu.html
deleted file mode 100644
index ed9a3a0..0000000
--- a/layouts/chrome/menu.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<div class="navbar navbar-fixed-top">
- <div id="navbar-inner">
- <div id="logo">
- <a href="{{ .Site.BaseURL }}"><img src="/images/letter-a.png" width="100px"></img></a>
- </div>
- </div>
-</div>
diff --git a/layouts/chrome/meta.html b/layouts/chrome/meta.html
deleted file mode 100644
index e9b62cf..0000000
--- a/layouts/chrome/meta.html
+++ /dev/null
@@ -1,12 +0,0 @@
- <meta charset="utf-8">
- <title>ALEXFINN</title>
-
- <meta name="author" content="Alexander 'alexfinn' Ivanov">
-
- <!-- Enable responsive viewport -->
- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
-
- <!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
- <!--[if lt IE 9]>
- <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
- <![endif]-->