summaryrefslogtreecommitdiff
path: root/_layouts/post.html
diff options
context:
space:
mode:
authorJosé Mota <jose@josemota.net>2014-05-01 13:23:55 +0100
committerJosé Mota <jose@josemota.net>2014-05-01 13:23:55 +0100
commitd15bb91716a7c4f7a294f3926aa8ff441c1569c2 (patch)
treea87b8af92d6a37039ad2044641fa83efb0bd8f82 /_layouts/post.html
parentf4909eba6c82b27630995e88a8fd4839a349fb67 (diff)
Update layouts.
Diffstat (limited to '_layouts/post.html')
-rw-r--r--_layouts/post.html62
1 files changed, 39 insertions, 23 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index 175810c..b06b2c2 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -3,39 +3,55 @@
<head>
<meta charset="utf-8"/>
<title>{{page.title}} &bull; José Mota</title>
- <link href='http://fonts.googleapis.com/css?family=Merriweather:300,400,700,300italic,400italic,700italic' rel='stylesheet' type='text/css'/>
- <link href='http://fonts.googleapis.com/css?family=Arapey:400italic' rel='stylesheet' type='text/css'>
<link rel="alternate" type="application/rss+xml" href="/rss.xml" />
<link rel="stylesheet" href="/css/highlight.css" />
<link rel="stylesheet" href="/css/main.css" />
+ <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"/>
+ <script src="http://code.jquery.com/jquery-2.1.0.min.js"></script>
+ <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
</head>
<body>
- <div id="bucket">
- <h1 id="logo"><a href="/">{{site.title}}</a></h1>
- <h1>{{page.title}}</h1>
- <cite id="slogan">{{page.date | date_to_long_string}}</cite>
+ <div id="title">
+ <div class="container">
+ <div class="col-md-8 col-md-offset-2">
+ <h1 class="sr-only" id="logo">
+ <a href="/">{{site.title}}</a>
+ </h1>
+ <h1>
+ {{page.title}}
+ <small id="slogan">{{page.date | date_to_long_string}}</small>
+ </h1>
+ </div>
+ </div>
+ </div>
+
+ <div class="container">
+ <div class="col-md-8 col-md-offset-2">
- {{content}}
+ {{content}}
- <aside>
- <h3>Tags</h3>
- {% for tag in page.tags %}
- <li>{{tag}}</li>
- {% endfor %}
- </aside>
+ <aside>
+ <h3>Tags</h3>
+ <ul class="list-inline">
+ {% for tag in page.tags %}
+ <li>{{tag}}</li>
+ {% endfor %}
+ </ul>
+ </aside>
- <p>
- <a rel="license"
- title="This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License."
- href="http://creativecommons.org/licenses/by-nc-nd/3.0/deed.en_US">
- <img alt="Creative Commons License"
- style="border-width:0"
- src="http://i.creativecommons.org/l/by-nc-nd/3.0/80x15.png" />
- </a>
- </p>
+ <p>
+ <a rel="license"
+ title="This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License."
+ href="http://creativecommons.org/licenses/by-nc-nd/3.0/deed.en_US">
+ <img alt="Creative Commons License"
+ style="border-width:0"
+ src="http://i.creativecommons.org/l/by-nc-nd/3.0/80x15.png" />
+ </a>
+ </p>
- <div id="disqus_thread"></div>
+ <div id="disqus_thread"></div>
+ </div>
</div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */