aboutsummaryrefslogtreecommitdiff
path: root/source/template.html
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2017-05-04 03:27:33 +0200
committerneodarz <neodarz@neodarz.net>2017-05-04 03:27:33 +0200
commit785bde84dd4888817bb9825ba5ab388ec2b7c4b7 (patch)
treeeb572026c9c953dbd67e3acc2104db11117b4e5f /source/template.html
parent15c05dbb86fe3d98ec6e6ebe7743fd85b860dcc6 (diff)
downloadmy_new_personal_website-785bde84dd4888817bb9825ba5ab388ec2b7c4b7.tar.xz
my_new_personal_website-785bde84dd4888817bb9825ba5ab388ec2b7c4b7.zip
Update to date
Diffstat (limited to 'source/template.html')
-rw-r--r--source/template.html25
1 files changed, 15 insertions, 10 deletions
diff --git a/source/template.html b/source/template.html
index 705a2b3c..543142f2 100644
--- a/source/template.html
+++ b/source/template.html
@@ -23,8 +23,22 @@ $endif$
$if(custom-css)$
<style type="text/css">$custom-css$</style>
$endif$
+ <link type="text/css" href="/css/jquery.jscrollpane.css" rel="stylesheet" media="all" />
+ <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
+ <script type="text/javascript" src="/js/jquery.jscrollpane.min.js"></script>
+ <script type="text/javascript" src="/js/code_scrollbar.js"></script>
</head>
<body>
+ <a class="link-header" href="/"><div class="outer"style="width:100%" ><pre class="title-header"><code>
+ ████ ██ ██ ██ ██ ████
+ ░░░░ ░░██ ██ ██ ██ ██ ░░██ ██ ░░░░
+ ░░██ ██ ░░██ ░░██ ██ ░░██ ██
+ ░░██ ░██ ░░ ░░ ██ ░██ ██
+ ░░██ ░██ ██ ░██ ██
+ ░░██ ░░██ ██ ██ ██
+ ░░██ █████ ░░██ ███ ██ █████ ██
+ ░░ ░░░░░ ░░ ░░░ ░░ ░░░░░ ░░
+ </code></pre></div></a>
<nav class="nav">
<a class="nav-title" href="/" title="Home"><!--blog title--></a>
-- generate menu here --
@@ -36,16 +50,6 @@ $endif$
<li><a href="https://git.neodarz.net">code</a></li>
</ul>
</nav>
- <div class="outer"style="width:100%" ><pre class="header"><code>
- ████ ██ ██ ██ ██ ████
- ░░░░ ░░██ ██ ██ ██ ██ ░░██ ██ ░░░░
- ░░██ ██ ░░██ ░░██ ██ ░░██ ██
- ░░██ ░██ ░░ ░░ ██ ░██ ██
- ░░██ ░██ ██ ░██ ██
- ░░██ ░░██ ██ ██ ██
- ░░██ █████ ░░██ ███ ██ █████ ██
- ░░ ░░░░░ ░░ ░░░ ░░ ░░░░░ ░░
- </code></pre></div>
<div class="bodya">
@@ -76,6 +80,7 @@ $body$
</article>
</div>
</div>
+ </div>
<div class="footer">·.: CC-BY-SA || <a href="https://git.neodarz.net/neodarz/my_new_personal_website.git/about/" style="text-decoration: none;">&lt;Source code&gt; :.·</a></div>
</body>
</html>