commit 1cbd8578d57728b3663dde37c1cf6d238939ab36
parent 46ca240a53a6c9a0a69c162afb94f91ea8b0bc39
Author: Frederic Cambus <fred@statdns.com>
Date: Sun, 28 Feb 2016 18:50:19 +0100
Modifying the template to link to Prism scripts and styles
Diffstat:
2 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/templates/footer.mustache b/templates/footer.mustache
@@ -4,5 +4,7 @@
<div id="powered">Powered by <a href="">Motyl</a></div>
</footer>
</div>
+
+ <script src="/scripts/prism.js"></script>
</body>
</html>
diff --git a/templates/header.mustache b/templates/header.mustache
@@ -12,6 +12,7 @@
<link rel="canonical" href="{{{site.url}}}{{{page.url}}}" />
<link rel="stylesheet" href="/styles/motyl.css" type="text/css" />
+ <link rel="stylesheet" href="/styles/prism.css" type="text/css" />
<link href="atom.xml" type="application/atom+xml" rel="alternate" title="ATOM Feed" />
</head>