<!-- Load Katex, if necessary. --> {{ if or .Params.math .IsHome }} {{ 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.5.0/css/font-awesome.min.css"> <script defer src="{{ "/js/main.js" | absURL }}"></script> <!-- 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 }}">