-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathtemplate.html
50 lines (41 loc) · 1.56 KB
/
template.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="">
<title>{%title%}</title>
<style type="text/css">
{%style%}
</style>
<link rel="stylesheet" href="file://{%support%}/highlight.min.css">
<link rel="stylesheet" href="file://{%support%}/bootstrap/css/bootstrap.min.css">
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {inlineMath: [['$$','$$']], displayMath: [['\\(','\\)'], ['\\[','\\]']]}
});
</script>
<script type="text/javascript" src="file://{%support%}/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
</head>
<base href="file:///Users/post/Library/Application Support/nvALT/Media/">
<body>
<div class="container">
<!-- <div class="navbar navbar-inverse navbar-fixed-top"> -->
<!-- <div class="container-fluid"> -->
<!-- <div class="navbar-header"> -->
<!-- <a class="navbar-brand" href="#">{%title%}</a> -->
<!-- </div> -->
<!-- </div> -->
<!-- </div> -->
<div class="starter-template">
<h2 class="doctitle">{%title%}</h1>
{%content%}
</div>
</div><!-- /.container -->
<script src="file://{%support%}/bootstrap/js/jquery.min.js"></script>
<script src="file://{%support%}/bootstrap/js/bootstrap.min.js"></script>
<script src="file://{%support%}/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
</body>
</html>