Per-page custom stylesheet additions

This commit is contained in:
Tony Garnock-Jones 2018-06-01 09:42:10 +01:00
parent db79bd47f6
commit a4ef60fa78
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
<!-- -*- html -*- -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/style.css" title="stylesheet" media="screen">
{% for sheet in page.stylesheets %}
<link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/{{ sheet }}" media="screen">
{% endfor %}
<link href="//fonts.googleapis.com/css?family=Bree+Serif" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=Lora" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet" type="text/css">