completely re-working everything!
This commit is contained in:
parent
2a6fdc1a9c
commit
2266e3ddc5
20 changed files with 24 additions and 516 deletions
|
@ -1,4 +1,4 @@
|
|||
<head>
|
||||
<title>{{ block "title" . }}{{ if .IsHome }} {{ .Site.Title }} {{ else }} {{ .Title }} - {{ .Site.Title }} {{ end }}{{ end }}</title>
|
||||
<link rel="stylesheet" type="text/css" href="/assets/bootstrap.min.css"/>
|
||||
<title>{{ .Site.Title }}</title>
|
||||
<link rel="stylesheet" type="text/css" href="{{ .Site.BaseURL }}/css/bootstrap.min.css"/>
|
||||
</head>
|
Reference in a new issue