comparison _includes/head.html @ 98:86b96d9a0075

Format main page.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 01 Nov 2016 10:40:39 +0100
parents 7dd5053fdca1
children 40babc87d1bc
comparison
equal deleted inserted replaced
97:7dd5053fdca1 98:86b96d9a0075
16 <script src="{{ "/js/foundation/foundation.js" | relative_url }}"></script> 16 <script src="{{ "/js/foundation/foundation.js" | relative_url }}"></script>
17 <script src="{{ "/js/foundation/foundation.reveal.js" | relative_url }}"></script> 17 <script src="{{ "/js/foundation/foundation.reveal.js" | relative_url }}"></script>
18 <script src="{{ "/js/foundation/foundation.topbar.js" | relative_url }}"></script> 18 <script src="{{ "/js/foundation/foundation.topbar.js" | relative_url }}"></script>
19 <script src="{{ "/js/foundation/foundation.tab.js" | relative_url }}"></script> 19 <script src="{{ "/js/foundation/foundation.tab.js" | relative_url }}"></script>
20 <script src="{{ "/js/foundation/foundation.dropdown.js" | relative_url }}"></script> 20 <script src="{{ "/js/foundation/foundation.dropdown.js" | relative_url }}"></script>
21 21
22 <link rel="canonical" href="{{ page.url | replace:'index.html','' | absolute_url }}"> 22 <link rel="canonical" href="{{ page.url | replace:'index.html','' | absolute_url }}">
23 <link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | relative_url }}"> 23 <link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | relative_url }}">
24 </head> 24 </head>