X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/blobdiff_plain/b157bf193c54286ecfc7996ee861d774941d9347..16b61d2c00e690d8e617971c06d80ae5e8c0dd8d:/jekyll/_layouts/default.html diff --git a/jekyll/_layouts/default.html b/jekyll/_layouts/default.html index e50c682..f9718d7 100644 --- a/jekyll/_layouts/default.html +++ b/jekyll/_layouts/default.html @@ -9,12 +9,12 @@ <link rel="stylesheet" type="text/css" href="/css/bootstrap-responsive.min.css" /> <link rel="stylesheet" type="text/css" href="/css/application.css" /> <title>N, S o Vocal • {{ page.title }}</title> - <link href='http://fonts.googleapis.com/css?family=Signika+Negative:300|Open+Sans+Condensed:300&subset=latin,latin-ext' rel='stylesheet' type='text/css'> + <link href='http://fonts.googleapis.com/css?family=Lato:100,400,700,400italic,700italic|Oswald:400,300' rel='stylesheet' type='text/css'> + <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="N, S o Vocal â The ATOM!"> <script type="text/javascript"> var _gaq = _gaq || []; - _gaq.push(['_setAccount', 'UA-20018878-2']); - _gaq.push(['_setDomainName', 'nsovocal.com']); + _gaq.push(['_setAccount', 'UA-20018878-4']); _gaq.push(['_trackPageview']); (function() { @@ -37,24 +37,10 @@ <li><a href="/etc.html">Etc</a></li> </ul> </nav> - <div class="row pagination-centered main-container"> - <section class="span6 offset2"> + <div class="main-container"> + <section> {{ content }} </section> - <aside class="span3 offset1"> - <h3>Categorías</h3> - <ul> - {% for category in site.categories %} - <li{% cycle '', ' class="alt" ' %}><a href="/categories/{{ category | first }}/">{{ category | first }}</a> <span class="counter">{{ category | last | size}}</span></li> - {% endfor %} - </ul> - <h3>Tags</h3> - <ul> - {% for tag in site.tags %} - <li{% cycle '', ' class="alt" ' %}><a href="/tags/{{ tag | first}}" >{{ tag | first }}</a> <span class="counter">{{ tag | last | size }}</span></li> - {% endfor %} - </ul> - </aside> </div> </body> </html>