diff options
author | Loïc Hoguin <[email protected]> | 2017-05-24 15:07:07 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2017-05-24 15:07:07 +0200 |
commit | c0b81797444ef084a0847db1ea54f4e9bcaa16fe (patch) | |
tree | 53267fbb43dc6277d4043edf59a205e3024b7ff5 /_build/themes/ninenines/layouts/partials | |
parent | 15175121fb32a9878dd8b015e93aec06c6a96f2a (diff) | |
download | ninenines.eu-c0b81797444ef084a0847db1ea54f4e9bcaa16fe.tar.gz ninenines.eu-c0b81797444ef084a0847db1ea54f4e9bcaa16fe.tar.bz2 ninenines.eu-c0b81797444ef084a0847db1ea54f4e9bcaa16fe.zip |
Clean up unused CSS rules
We don't load bootstrap.min.css anymore.
Diffstat (limited to '_build/themes/ninenines/layouts/partials')
-rw-r--r-- | _build/themes/ninenines/layouts/partials/head.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/_build/themes/ninenines/layouts/partials/head.html b/_build/themes/ninenines/layouts/partials/head.html index 174168b3..136df629 100644 --- a/_build/themes/ninenines/layouts/partials/head.html +++ b/_build/themes/ninenines/layouts/partials/head.html @@ -9,8 +9,6 @@ <title>{{ if .IsHome }}{{ .Title }}{{ else }}{{ .Site.Title }}: {{ .Title }}{{ end }}</title> <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'> - <!-- @todo Remove Bootstrap. --> - <link href="/css/bootstrap.min.css" rel="stylesheet"> <link href="/css/99s.css" rel="stylesheet"> <link rel="shortcut icon" href="/img/ico/favicon.ico"> |