diff _includes/head.html @ 138:88f15c74aa24

Announce OctConf 2018 with alert-box. * _includes/header.html: Add a closeable banner to each page. * _includes/head.html: Include foundation.alert.js.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Mon, 22 Jan 2018 23:44:32 +0100
parents 40babc87d1bc
children 78b9661d8a36
line wrap: on
line diff
--- a/_includes/head.html	Tue Jan 09 10:02:52 2018 +0100
+++ b/_includes/head.html	Mon Jan 22 23:44:32 2018 +0100
@@ -21,6 +21,7 @@
   <script src="{{ "/js/vendor/modernizr.js" | relative_url }}"></script>
   <script src="{{ "/js/vendor/jquery.js" | relative_url }}"></script>
   <script src="{{ "/js/foundation/foundation.js" | relative_url }}"></script>
+  <script src="{{ "/js/foundation/foundation.alert.js" | relative_url }}"></script>
   <script src="{{ "/js/foundation/foundation.reveal.js" | relative_url }}"></script>
   <script src="{{ "/js/foundation/foundation.topbar.js" | relative_url }}"></script>
   <script src="{{ "/js/foundation/foundation.tab.js" | relative_url }}"></script>