]>
Commit | Line | Data |
---|---|---|
89539330 BB |
1 | <!DOCTYPE HTML> |
2 | ||
3 | <html> | |
4 | <head> | |
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> | |
23760dda | 12 | <link href='http://fonts.googleapis.com/css?family=Lato:100,400,700,400italic,700italic|Oswald:400,300' rel='stylesheet' type='text/css'> |
d79f859a | 13 | <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="N, S o Vocal — The ATOM!"> |
89539330 BB |
14 | <script type="text/javascript"> |
15 | ||
16 | var _gaq = _gaq || []; | |
aee89751 | 17 | _gaq.push(['_setAccount', 'UA-20018878-4']); |
89539330 BB |
18 | _gaq.push(['_trackPageview']); |
19 | ||
20 | (function() { | |
21 | var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | |
22 | ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | |
23 | var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); | |
24 | })(); | |
25 | ||
26 | </script> | |
27 | </head> | |
28 | <body> | |
29 | <header> | |
30 | <a class="logo" href="/"><span>N, S o Vocal</span></a> | |
31 | </header> | |
b157bf19 BB |
32 | <nav> |
33 | <ul class="mainmenu"> | |
34 | <li><a href="/">Blog</a></li> | |
35 | <li><a href="/projects.html">Proyectos</a></li> | |
36 | <li><a href="/about.html">Ben</a></li> | |
37 | <li><a href="/etc.html">Etc</a></li> | |
38 | </ul> | |
39 | </nav> | |
23760dda BB |
40 | <div class="main-container"> |
41 | <section> | |
42 | {{ content }} | |
43 | </section> | |
89539330 BB |
44 | </div> |
45 | </body> | |
46 | </html> |