mirror of
https://github.com/loikein/hugo-tufte.git
synced 2024-11-15 12:56:57 +01:00
28 lines
1.2 KiB
HTML
28 lines
1.2 KiB
HTML
<!-- Load MathJax, if necessary. -->
|
|
{{ if eq .Params.math true }}
|
|
{{ partial "math.html" . }}
|
|
{{ 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.4.0/css/font-awesome.min.css">
|
|
|
|
<!-- 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 }}">
|