<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="/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() {
<li><a href="/etc.html">Etc</a></li>
</ul>
</nav>
- <div class="row pagination-centered main-container">
- <section class="span6 offset2">
- {{ 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 class="container">
+ <div class="row main-container">
+ <section class="span7 offset1">
+ {{ 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>
</div>
</body>
</html>