5 <meta http-equiv=
"Content-Type" content=
"text/html; charset=UTF-8" />
6 <meta name=
"author" content=
"Ben Beltran" />
7 <meta name=
"description" content=
"{{ page.description }}" />
8 <link rel=
"stylesheet" type=
"text/css" href=
"/css/bootstrap.min.css" />
9 <link rel=
"stylesheet" type=
"text/css" href=
"/css/bootstrap-responsive.min.css" />
10 <link rel=
"stylesheet" type=
"text/css" href=
"/css/application.css" />
11 <title>N, S o Vocal
• {{ page.title }}
</title>
12 <link href='http://fonts.googleapis.com/css?family=Signika+Negative:
300|Open+Sans+Condensed:
300&subset=latin,latin-ext' rel='stylesheet' type='text/css'
>
13 <script type=
"text/javascript">
15 var _gaq = _gaq || [];
16 _gaq.push(['_setAccount', 'UA-
20018878-
4']);
17 _gaq.push(['_trackPageview']);
20 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
21 ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
22 var s = document.getElementsByTagName('script')[
0]; s.parentNode.insertBefore(ga, s);
29 <a class=
"logo" href=
"/"><span>N, S o Vocal
</span></a>
33 <li><a href=
"/">Blog
</a></li>
34 <li><a href=
"/projects.html">Proyectos
</a></li>
35 <li><a href=
"/about.html">Ben
</a></li>
36 <li><a href=
"/etc.html">Etc
</a></li>
39 <div class=
"container">
40 <div class=
"row main-container">
41 <section class=
"span7 offset1">
44 <aside class=
"span3 offset1">
45 <h3>Categor
ías
</h3>
47 {% for category in site.categories %}
48 <li{% cycle '', '
class=
"alt" ' %}
><a href=
"/categories/{{ category | first }}/">{{ category | first }}
</a> <span class=
"counter">{{ category | last | size}}
</span></li>
53 {% for tag in site.tags %}
54 <li{% cycle '', '
class=
"alt" ' %}
><a href=
"/tags/{{ tag | first}}" >{{ tag | first }}
</a> <span class=
"counter">{{ tag | last | size }}
</span></li>