Remove pygments

This commit is contained in:
Alexis Tacnet
2017-01-04 15:00:03 +01:00
parent 255816bddb
commit fbf1d5ae74
2 changed files with 1 additions and 77 deletions

View File

@@ -1,13 +1,3 @@
<!-- HTTPS -->
<script type="text/javascript">
var baseURL = '{{ .Site.BaseURL }}';
var host = baseURL.substring(0, baseURL.length - 1).replace(/\//g, '');
if ((host === window.location.host) && (window.location.protocol !== 'https:')) {
window.location.protocol = 'https:';
}
</script>
<!-- CSS -->
{{ if .Site.Params.highlightjs }}
@@ -15,7 +5,6 @@
{{ end }}
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/reset.css">
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/pygments.css">
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/main.css">
{{range .Site.Params.extracssfiles}}
@@ -34,8 +23,4 @@
<!-- RSS -->
{{ if .RSSLink }}
<link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
{{ end }}
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
{{ end }}