]> git.r.bdr.sh - rbdr/r.bdr.sh/blobdiff - jekyll/_layouts/default.html
Add my identification :D
[rbdr/r.bdr.sh] / jekyll / _layouts / default.html
index e50c682dab08366a95ebd674a3e64b13b698d024..1174c8ee374702fc7921317c77277d41a006c38d 100644 (file)
     <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|Open+Sans+Condensed:300&subset=latin,latin-ext' rel='stylesheet' type='text/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|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 || [];
     <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() {
       _gaq.push(['_trackPageview']);
 
       (function() {
         <li><a href="/etc.html">Etc</a></li>
       </ul>
     </nav>
         <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&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 class="container">
+      <div class="row main-container">
+        <section class="span7 offset1">
+          {{ 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>
     </div>
   </body>
 </html>