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