|
| 1 | +<!DOCTYPE html> |
| 2 | +<html> |
| 3 | +<head lang="en"> |
| 4 | + <meta charset="UTF-8"> |
| 5 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1 user-scalable=no"> |
| 7 | + <title>{{ page.title }}</title> |
| 8 | + <link rel="icon" type="image/x-icon" href="{{ "/images/hsf_logo_angled.png" | prepend: site.baseurl }}"> |
| 9 | + |
| 10 | + <!-- bootstrap framework --> |
| 11 | + <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.5/flatly/bootstrap.min.css"> |
| 12 | + |
| 13 | + <link rel="stylesheet" href="/css/hsf.css" type="text/css" /> |
| 14 | +</head> |
| 15 | +<body> |
| 16 | +{% include navbar.ext %} |
| 17 | + |
| 18 | +<div class="container"> |
| 19 | + |
| 20 | + |
| 21 | +<div class="PageNavigation"> |
| 22 | + |
| 23 | +{% if page.next_in_category %} |
| 24 | + <p class="alignleft"><a href="{{ page.next_in_category.url }}"> ← {{ page.next_in_category.title }}</a></p> |
| 25 | +{% endif %} |
| 26 | + |
| 27 | + {% if page.previous_in_category %} |
| 28 | + <p class="alignright"><a href="{{ page.previous_in_category.url }}">{{ page.previous_in_category.title }} →</a></p> |
| 29 | + |
| 30 | +{% endif %} |
| 31 | + |
| 32 | +</div> |
| 33 | + |
| 34 | +<div style="clear: both;"></div> |
| 35 | + |
| 36 | +<hr> |
| 37 | + |
| 38 | + {{ content }} |
| 39 | + |
| 40 | +<hr> |
| 41 | + |
| 42 | + |
| 43 | +<div class="PageNavigation"> |
| 44 | + |
| 45 | +{% if page.next_in_category %} |
| 46 | + <p class="alignleft"><a href="{{ page.next_in_category.url }}"> ← {{ page.next_in_category.title }}</a></p> |
| 47 | +{% endif %} |
| 48 | + |
| 49 | +{% if page.previous_in_category %} |
| 50 | + <p class="alignright"><a href="{{ page.previous_in_category.url }}">{{ page.previous_in_category.title }} →</a></p> |
| 51 | +{% endif %} |
| 52 | + |
| 53 | + </div> |
| 54 | + |
| 55 | + <div style="clear: both;"></div> |
| 56 | +<br><br> |
| 57 | +<div class="footer fixed-bottom"> |
| 58 | +Thanks to <a href="https://pages.github.com/">GitHub Pages</a>, <a href="http://jekyllrb.com/">Jekyll</a> and <a href="http://getbootstrap.com/">Bootstrap</a> |
| 59 | +</div> |
| 60 | + |
| 61 | +</div> <!-- container --> |
| 62 | + |
| 63 | + |
| 64 | +<!-- Google Analytics --> |
| 65 | + |
| 66 | +<!-- Google Analytics end --> |
| 67 | + |
| 68 | +<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> |
| 69 | +<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script> |
| 70 | +</body> |
| 71 | +</html> |
0 commit comments