Remove unused css
This commit is contained in:
parent
9a3f4f40d9
commit
8297040e33
2 changed files with 4 additions and 36 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue