included sons of obsidian prettify template, since the new default one is a bit bleak

This commit is contained in:
El RIDO 2015-08-16 15:52:46 +02:00
parent 0c1d5c62d5
commit 3a183470a6
2 changed files with 3 additions and 1 deletions

View file

@ -5,7 +5,8 @@
<meta name="robots" content="noindex" />
<title>ZeroBin</title>
<link type="text/css" rel="stylesheet" href="css/zerobin.css?{$VERSION|rawurlencode}" />{if="$SYNTAXHIGHLIGHTING"}
<link type="text/css" rel="stylesheet" href="css/prettify.css?{$VERSION|rawurlencode}" />{/if}
<link type="text/css" rel="stylesheet" href="css/prettify.css?{$VERSION|rawurlencode}" />
<link type="text/css" rel="stylesheet" href="css/sons-of-obsidian.css?{$VERSION|rawurlencode}" />{/if}
<script type="text/javascript" src="js/jquery-1.11.3.js"></script>
<script type="text/javascript" src="js/sjcl-1.0.2.js"></script>
<script type="text/javascript" src="js/base64-{$BASE64JSVERSION}.js"></script>