Add all files

This commit is contained in:
Nishanth Shanmugham
2015-08-24 18:28:03 -05:00
commit d2264ad3f3
29 changed files with 2210 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<head>
{{ partial "meta.html" . }}
<base href="{{ .Site.BaseUrl }}">
<title>
{{ $URL := "/" }}
{{ if eq $URL "/" }}
{{ .Site.Title }}
{{ else }}
{{ .Title }} &middot; {{ .Site.Title }}
{{ end }}
</title>
<link rel="canonical" href="{{ .Permalink }}">
{{ partial "head_includes.html" . }}
</head>