summaryrefslogtreecommitdiff
path: root/_layouts/post.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/post.html')
-rw-r--r--_layouts/post.html48
1 files changed, 28 insertions, 20 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index 4a30541..19908d2 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -17,9 +17,23 @@
</a>
</h1>
<h1>
- {{page.title}} <br/>
- <small id="slogan">{{page.date | date_to_long_string}}</small>
+ {{page.title}}
</h1>
+
+ <h2>
+ <small id="slogan">{{page.date | date_to_long_string}}</small>
+ </h2>
+
+ <ul class="list-inline">
+ {% for tag in page.tags %}
+ <li>
+ <span class="label label-default">
+ <i class="fa fa-tag"></i>
+ {{tag}}
+ </span>
+ </li>
+ {% endfor %}
+ </ul>
</div>
</div>
</div>
@@ -30,21 +44,15 @@
{{content}}
<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">
+ 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" />
+ style="border-width:0"
+ src="http://i.creativecommons.org/l/by-nc-nd/3.0/80x15.png" />
</a>
</p>
@@ -53,15 +61,15 @@
</div>
<script type="text/javascript">
- /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
- var disqus_shortname = 'josemotablog'; // required: replace example with your forum shortname
+ /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
+ var disqus_shortname = 'josemotablog'; // required: replace example with your forum shortname
- /* * * DON'T EDIT BELOW THIS LINE * * */
- (function() {
- var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
- dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
- (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
- })();
+ /* * * DON'T EDIT BELOW THIS LINE * * */
+ (function() {
+ var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
+ dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
+ (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
+ })();
</script>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>