]> git.r.bdr.sh - rbdr/r.bdr.sh/blobdiff - jekyll/_layouts/default.html
Improve fonts
[rbdr/r.bdr.sh] / jekyll / _layouts / default.html
index f305b09bb85c3f89847edf69fb8425963f53d575..2a1fffa39b803113aea0ccf0f540f4c55ba28688 100644 (file)
@@ -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 &bull; {{ page.title }}</title>
     <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|Open+Sans+Condensed:300&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
+    <link href='http://fonts.googleapis.com/css?family=Lato:100,300,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 || [];
     <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="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 class="main-container">
+      <section>
+        {{ content }}
+      </section>
     </div>
   </body>
 </html>
     </div>
   </body>
 </html>