feat(cosmetics): updated background for home and error page, updated title
This commit is contained in:
@@ -8,13 +8,17 @@
|
||||
{{- end -}}
|
||||
{{ end }}
|
||||
|
||||
{{ define "extrabodyclass" }}
|
||||
class="toxicGlow"
|
||||
{{ end }}
|
||||
|
||||
{{ define "main" }}
|
||||
{{ if (or .Site.Params.images .Site.Params.bgImg) }}
|
||||
<div class="bg-img"></div>
|
||||
{{ end }}
|
||||
<div id="spotlight" class="animated fadeIn">
|
||||
<div id="home-center">
|
||||
<h1 id="home-title">{{ .Site.Title }}</h1>
|
||||
<h1 id="home-title">{{ .Site.Title }}:/ <span id="usrid">#</span><span id="caret">_</span></h1>
|
||||
<hr>
|
||||
{{ range .Site.Params.homeSubtitle }}
|
||||
<p id="home-subtitle">{{ . }}</p>
|
||||
|
||||
Reference in New Issue
Block a user