Remove unused css

This commit is contained in:
Djordje Atlialp 2019-04-15 23:11:21 +02:00
parent 9a3f4f40d9
commit 8297040e33
No known key found for this signature in database
GPG key ID: 94FF806E6BF61DD3
2 changed files with 4 additions and 36 deletions

View file

@ -1,13 +1,13 @@
{{ define "main" }}
<div id="home-center">
<h1 id="home-title">{{ .Site.Title }}</h1>
<div>
<h1>{{ .Site.Title }}</h1>
{{- with .Site.Params.homeSubtitle }}
<p id="home-subtitle">{{.}}</p>
<p>{{.}}</p>
{{- end }}
{{- with .Site.Params.social }}
<div id="home-social">
<div>
{{ partialCached "social-icons.html" . }}
</div>
{{- end }}