See <https://getbootstrap.com/docs/4.3/getting-started/introduction/#starter-template>.
| ... | ... |
@@ -4,7 +4,7 @@ |
| 4 | 4 |
|
| 5 | 5 |
<meta charset="utf-8"> |
| 6 | 6 |
<meta name="generator" content="pandoc"> |
| 7 |
- <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> |
|
| 7 |
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes, shrink-to-fit=no"> |
|
| 8 | 8 |
$for(author-meta)$ |
| 9 | 9 |
<meta name="author" content="$author-meta$"> |
| 10 | 10 |
$endfor$ |
| ... | ... |
@@ -21,6 +21,7 @@ $endif$ |
| 21 | 21 |
|
| 22 | 22 |
<title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title> |
| 23 | 23 |
|
| 24 |
+ <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> |
|
| 24 | 25 |
<style type="text/css">code{white-space: pre;}</style>
|
| 25 | 26 |
$if(quotes)$ |
| 26 | 27 |
<style type="text/css">q { quotes: "“" "”" "‘" "’"; }</style>
|
| ... | ... |
@@ -80,5 +81,9 @@ $for(include-after)$ |
| 80 | 81 |
$include-after$ |
| 81 | 82 |
$endfor$ |
| 82 | 83 |
|
| 84 |
+<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script> |
|
| 85 |
+<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script> |
|
| 86 |
+<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script> |
|
| 87 |
+ |
|
| 83 | 88 |
</body> |
| 84 | 89 |
</html> |