]> git.r.bdr.sh - rbdr/r.bdr.sh/blobdiff - jekyll/_layouts/default.html
New Post :D
[rbdr/r.bdr.sh] / jekyll / _layouts / default.html
index fd1774bc89d2151476d57d0e23086b9beae0b935..f2464d33384451be5d4ff84662fbe9c6920acb02 100644 (file)
@@ -9,12 +9,11 @@
     <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 &bull; {{ page.title }}</title>
-    <link href='http://fonts.googleapis.com/css?family=Signika+Negative:300,600|PT+Sans:400italic,700italic|Signika:300,600|Advent+Pro:100&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
+    <link href='http://fonts.googleapis.com/css?family=Signika+Negative:300|Open+Sans+Condensed:300&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
     <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() {
     <header>
       <a class="logo" href="/"><span>N, S o Vocal</span></a>
     </header>
-    <div class="row">
-      <section class="span6 offset2">
-        {{ content }}
-      </section>
-      <aside class="span3 offset1">
-        <h3>Categor&iacute;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>
+    <nav>
+      <ul class="mainmenu">
+        <li><a href="/">Blog</a></li>
+        <li><a href="/projects.html">Proyectos</a></li>
+        <li><a href="/about.html">Ben</a></li>
+        <li><a href="/etc.html">Etc</a></li>
+      </ul>
+    </nav>
+    <div class="container">
+      <div class="row main-container">
+        <section class="span6 offset2">
+          {{ content }}
+        </section>
+        <aside class="span3 offset1">
+          <h3>Categor&iacute;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>