From 6c07fd9c8cb6834ebc34ac40b0572456a3f9abae Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 22 Oct 2019 03:58:39 +0200 Subject: Removed friendly urls and added prism code highlighting --- site.tmpl | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'site.tmpl') diff --git a/site.tmpl b/site.tmpl index dc7bb97..dee3e7e 100644 --- a/site.tmpl +++ b/site.tmpl @@ -8,13 +8,14 @@ - + {{ .Site.Other.Title }}{{ if .Title }}: {{ .Title }}{{ end }} +
@@ -30,7 +31,7 @@ {{ define "navigation" }} @@ -50,6 +51,7 @@ {{ template "header" . }} {{ template "navigation" . }} {{ .Content }} + {{ template "prism" . }} {{ template "mathjax" . }} {{ template "footer" . }} {{ end }} @@ -92,4 +94,10 @@ gtag('js', new Date()); gtag('config', 'UA-12769079-10'); -{{ end }} \ No newline at end of file +{{ end }} + +{{ define "prism" }} + + + +{{ end }} -- cgit v1.2.3