summaryrefslogtreecommitdiff
path: root/template.html
diff options
context:
space:
mode:
Diffstat (limited to 'template.html')
-rw-r--r--template.html12
1 files changed, 11 insertions, 1 deletions
diff --git a/template.html b/template.html
index cc38ecd..f91ba1e 100644
--- a/template.html
+++ b/template.html
@@ -11,6 +11,8 @@
<meta name="author" content="Michal Idziorek" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous">
<link rel="stylesheet" href="###ROOT###/pandoc.css" />
+ <link rel="stylesheet" href="###ROOT###/asciinema-player.css" />
+ <script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-MML-AM_CHTML' async></script>
</head>
<body>
@@ -51,9 +53,15 @@
###SUBMENU###
</ul>
</div>
+
+ <a href="#top">
+ <div id="myBtn" style="position:fixed;right:20px;bottom:20px;background-color:#003baf;padding:10px;border-radius:30%;color:white;font-size:1.5em;">
+ &#9650;
+ </div>
+ </a>
<div id="footer" class="p-3 bg-primary text-light text-center">
- &copy; 1994-2019 | powered by <a class="text-white" href="https://www.idziorek.net/blog/Haskell-Projects/Estatico-Page-Maker/index.html">estático</a>
+ &copy; 1994-2019 | powered by <a class="text-white" href="https://www.idziorek.net/blog/Haskell/Estatico-Page-Maker/">estático</a>
</div>
</div>
</div>
@@ -62,6 +70,8 @@
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script>
+ <script src="###ROOT###/asciinema-player.js"></script>
+ <script src="###ROOT###/backtop.js"></script>
</body>
</html>