CSS optimisation

This commit is contained in:
Marc Riera Irigoyen 2018-03-25 17:47:19 +02:00
parent 6c9cbd9a8e
commit fd606d3c94
3 changed files with 358 additions and 368 deletions

View file

@ -2,8 +2,8 @@
<html>
<head>
<title>{{ .Title }} - {{ .Site.Title }}</title>
<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/style.css">
<link rel="stylesheet" href="{{ .Site.BaseURL }}/{{ .Site.Params.custom_css }}">
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/kozmo-dark.css">
<link rel="stylesheet" href="{{ .Site.BaseURL }}{{ .Site.Params.custom_css }}">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=0.5, maximum-scale=3.0">
{{ .Hugo.Generator }}
@ -22,7 +22,7 @@
<div id="header-left">
<div id="site-logo">
<a href="{{ .Site.BaseURL }}"><img alt="Site logo" src="{{ .Site.BaseURL }}/{{ .Site.Params.logoimage }}"></a>
<a href="{{ .Site.BaseURL }}"><img alt="Site logo" src="{{ .Site.BaseURL }}{{ .Site.Params.logoimage }}"></a>
</div>
<div id="site-title"><a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a></div>
@ -53,11 +53,8 @@
<img alt="Featured image" src="{{ .Params.image }}">
</div>
{{end}}
<div id="page-title-container">
<div id="page-title">
<h1>{{ .Title }}</h1>
</div>
<div id="page-title">
<h1>{{ .Title }}</h1>
</div>
<div id="content">
<div id="article">