|
12 | 12 | <!-- HTML5 shim, for IE6-8 support of HTML elements --> |
13 | 13 | <!--[if lt IE 9]> |
14 | 14 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> |
15 | | - <![endif]--> |
| 15 | + <![endif]--> |
16 | 16 |
|
17 | | - <!-- styles --> |
18 | | - <link href="{{ ASSET_PATH }}/css/theme.css" rel="stylesheet" type="text/css"> |
19 | | - <link href="{{ ASSET_PATH }}/css/style.css?body=1" rel="stylesheet" type="text/css" media="all"> |
20 | | - <link href="{{ ASSET_PATH }}/css/syntax.css" rel="stylesheet" type="text/css"> |
| 17 | + <!-- styles --> |
| 18 | + <link href="{{ ASSET_PATH }}/css/theme.css" rel="stylesheet" type="text/css"> |
| 19 | + <link href="{{ ASSET_PATH }}/css/style.css?body=1" rel="stylesheet" type="text/css" media="all"> |
| 20 | + <link href="{{ ASSET_PATH }}/css/syntax.css" rel="stylesheet" type="text/css"> |
21 | 21 |
|
22 | | - <!-- fav and touch icons --> |
23 | | - <!-- Update these with your own images |
24 | | - <link rel="shortcut icon" href="images/favicon.ico"> |
25 | | - <link rel="apple-touch-icon" href="images/apple-touch-icon.png"> |
26 | | - <link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png"> |
27 | | - <link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png"> |
28 | | - --> |
| 22 | + <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> |
| 23 | + <!-- Latest compiled and minified JavaScript --> |
| 24 | + <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script> |
29 | 25 |
|
30 | | - <!-- atom & rss feed --> |
31 | | - <link href="{{ BASE_PATH }}{{ site.JB.atom_path }}" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed"> |
32 | | - <link href="{{ BASE_PATH }}{{ site.JB.rss_path }}" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed"> |
| 26 | + <!-- fav and touch icons --> |
| 27 | + <!-- Update these with your own images |
| 28 | + <link rel="shortcut icon" href="images/favicon.ico"> |
| 29 | + <link rel="apple-touch-icon" href="images/apple-touch-icon.png"> |
| 30 | + <link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png"> |
| 31 | + <link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png"> |
| 32 | + --> |
| 33 | + |
| 34 | + <!-- atom & rss feed --> |
| 35 | + <link href="{{ BASE_PATH }}{{ site.JB.atom_path }}" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed"> |
| 36 | + <link href="{{ BASE_PATH }}{{ site.JB.rss_path }}" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed"> |
33 | 37 |
|
34 | 38 | </head> |
35 | 39 |
|
36 | 40 | <body> |
37 | 41 | <nav class="navbar navbar-fixed-top"> |
38 | | - <div class="container-fluid"> |
39 | | - <div class ="navbar-header"> |
| 42 | + <div class="container-fluid"> |
| 43 | + <div class ="navbar-header"> |
| 44 | + <button type="button" class="navbar-toggle collapsed" |
| 45 | + data-toggle="collapse" |
| 46 | + data-target="#navbar-collapse"> |
| 47 | + <span class="sr-only">Toggle navigation</span> |
| 48 | + <span class="icon-bar"></span> |
| 49 | + <span class="icon-bar"></span> |
| 50 | + <span class="icon-bar"></span> |
| 51 | + </button> |
40 | 52 | <a class="navbar-brand" href="{{ HOME_PATH }}"> |
41 | 53 | <img src="{{ ASSET_PATH }}/sigint-logo.png" alt="{{ site.title }}"> |
42 | 54 | </a> |
43 | | - </div> |
| 55 | + </div> |
| 56 | + |
| 57 | + <div class="collapse navbar-collapse" id="navbar-collapse"> |
44 | 58 | <ul class="nav navbar-nav"> |
45 | 59 | {% assign pages_list = site.pages %} |
46 | 60 | {% assign group = 'navigation' %} |
47 | 61 | {% include JB/pages_list %} |
48 | 62 | </ul> |
49 | 63 | </div> |
| 64 | + </div> |
50 | 65 | </nav> |
51 | 66 |
|
52 | | - <div class="container-narrow"> |
| 67 | + <div class="container"> |
53 | 68 |
|
54 | 69 | <div class="content"> |
55 | 70 | {{ content }} |
56 | 71 | </div> |
57 | 72 | <hr> |
58 | 73 | <footer> |
59 | 74 | <p>© {{ site.time | date: '%Y' }} {{ site.author.name }} |
60 | | - with help from <a href="http://jekyllbootstrap.com" target="_blank" title="The Definitive Jekyll Blogging Framework">Jekyll Bootstrap</a> |
61 | | - and <a href="http://twitter.github.com/bootstrap/" target="_blank">Twitter Bootstrap</a> |
| 75 | + with help from <a href="http://jekyllbootstrap.com" target="_blank" title="The Definitive Jekyll Blogging Framework">Jekyll Bootstrap</a> |
| 76 | + and <a href="http://twitter.github.com/bootstrap/" target="_blank">Twitter Bootstrap</a> |
62 | 77 | </p> |
63 | 78 | </footer> |
64 | 79 |
|
|
0 commit comments