hugo-tufte/layouts/partials/header.includes.html

31 lines
1.3 KiB
HTML
Raw Normal View History

2021-07-21 20:23:55 +02:00
<!-- Load Katex, if necessary. -->
2016-01-15 19:08:17 +01:00
{{ if or .Params.math .IsHome }}
2021-07-21 20:23:55 +02:00
{{ partial "math.html" . }}
2015-12-30 03:35:20 +01:00
{{ end }}
<!-- Syntax highlighting -->
<!-- {{ partial "highlight.html" . }} -->
<!-- Pure css -->
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/pure-min.css">
<!--[if lte IE 8]>
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/grids-responsive-old-ie-min.css">
<![endif]-->
<!--[if gt IE 8]><!-->
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/grids-responsive-min.css">
<!--<![endif]-->
<!-- Fonts -->
<!-- <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Open+Sans"> -->
<!-- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface"> -->
<!-- <link href='//fonts.googleapis.com/css?family=Raleway:400,200,100,700,300,500,600,800' rel='stylesheet' type='text/css'> -->
<!-- Font Awesome -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
2015-12-30 03:35:20 +01:00
2021-07-21 20:23:55 +02:00
<script defer src="{{ "/js/main.js" | absURL }}"></script>
2015-12-30 03:35:20 +01:00
<!-- Main CSS file based on Pure blog layout -->
<link rel="stylesheet" href="{{ "/css/tufte.css" | absURL }}">
<link rel="stylesheet" href="{{ "/css/hugo-tufte.css" | absURL }}">
<link rel="stylesheet" href="{{ "/css/hugo-tufte-override.css" | absURL }}">