OLD | NEW |
1 {%- block doctype -%} | 1 {%- block doctype -%} |
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
4 {% endblock %} | 4 {% endblock %} |
5 <html xmlns="http://www.w3.org/1999/xhtml"> | 5 <html xmlns="http://www.w3.org/1999/xhtml"> |
6 <head> | 6 <head> |
7 {% block head %} | 7 {% block head %} |
8 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | 8 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
9 {% if metatags %} | 9 {% if metatags %} |
10 {{ metatags }} | 10 {{ metatags }} |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
53 <a href="{{ title_url }}">{{ title }}</a> | 53 <a href="{{ title_url }}">{{ title }}</a> |
54 {%- else -%} | 54 {%- else -%} |
55 {{ title }} | 55 {{ title }} |
56 {%- endif -%} | 56 {%- endif -%} |
57 project. | 57 project. |
58 {%- endif -%} | 58 {%- endif -%} |
59 <br/> | 59 <br/> |
60 Page built: <b>{{ time }}</b> ({{ tz }}) | 60 Page built: <b>{{ time }}</b> ({{ tz }}) |
61 </div> | 61 </div> |
62 {% endblock -%} | 62 {% endblock -%} |
| 63 <script> |
| 64 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(
){ |
| 65 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement
(o), |
| 66 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore
(a,m) |
| 67 })(window,document,'script','//www.google-analytics.com/analytics.js','ga'
); |
| 68 |
| 69 ga('create', 'UA-55762617-2', 'auto'); |
| 70 ga('send', 'pageview'); |
| 71 |
| 72 </script> |
63 </body> | 73 </body> |
64 </html> | 74 </html> |
OLD | NEW |