summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_layouts/post.html48
-rw-r--r--_sass/elements.sass5
-rw-r--r--_sass/variables.sass1
3 files changed, 33 insertions, 21 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>
diff --git a/_sass/elements.sass b/_sass/elements.sass
index 19c938c..14ef51e 100644
--- a/_sass/elements.sass
+++ b/_sass/elements.sass
@@ -2,7 +2,7 @@ a
outline: 0
p
- margin-bottom: 0
+ margin-bottom: 1.4em
& + p
text-indent: 1em
@@ -18,6 +18,9 @@ footer
margin-top: .5em
.highlight
+ margin: 1em 0
+ border-radius: 2px
+
pre
background: none
border: none
diff --git a/_sass/variables.sass b/_sass/variables.sass
index a3501d3..6fc5687 100644
--- a/_sass/variables.sass
+++ b/_sass/variables.sass
@@ -1,6 +1,7 @@
$font-family-sans-serif: "Open Sans", "Helvetica Neue", "Arial", sans-serif
$font-family-serif: "calluna", Georgia, serif
$font-family-base: $font-family-serif
+$font-family-monospace: "Source Code Pro", monospace
$font-size-base: 18px
$headings-font-weight: 200
$brand-primary: #ac1905