Mercurial > piecrust2
comparison docs/templates/default.html @ 511:1c452b7ab8b1
docs: Make code prettier :)
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 26 Jul 2015 09:53:09 -0700 |
parents | 61d53d2163d6 |
children | 94d7d5e38571 |
comparison
equal
deleted
inserted
replaced
510:66f8bbe8de91 | 511:1c452b7ab8b1 |
---|---|
9 <meta name="description" content="PieCrust, a simple website engine and static website generator" /> | 9 <meta name="description" content="PieCrust, a simple website engine and static website generator" /> |
10 | 10 |
11 <title>{% if page.title %}{{ page.title }} — {% endif %}PieCrust</title> | 11 <title>{% if page.title %}{{ page.title }} — {% endif %}PieCrust</title> |
12 {{ google.webfonts('Lobster') }} | 12 {{ google.webfonts('Lobster') }} |
13 <link rel="stylesheet" href="{{ site.root }}css/piecrust.css" type="text/css" /> | 13 <link rel="stylesheet" href="{{ site.root }}css/piecrust.css" type="text/css" /> |
14 <link rel="stylesheet" href="{{ site.root }}css/pygments.css" type="text/css" /> | |
14 <!--[if lt IE 9]> | 15 <!--[if lt IE 9]> |
15 <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> | 16 <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> |
16 <![endif]--> | 17 <![endif]--> |
17 {% block head %}{% endblock %} | 18 {% block head %}{% endblock %} |
18 </head> | 19 </head> |