Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
www.hackthewater.co.za
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hackthewater
www.hackthewater.co.za
Commits
d5b95a5c
Commit
d5b95a5c
authored
Jan 21, 2018
by
Franco (nextime) Lanza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Missing layout file
parent
34c30fa4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
0 deletions
+31
-0
head.html
layouts/partials/head.html
+31
-0
No files found.
layouts/partials/head.html
0 → 100644
View file @
d5b95a5c
<!DOCTYPE html>
<html
lang=
"{{ with .Site.LanguageCode }}{{ . }}{{ else }}en-US{{ end }}"
/>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html"
charset=
"UTF-8"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
/>
<title>
{{ if .IsHome }}{{ .Title }}{{ else }}{{ .Title }}
·
{{ .Site.Title }}{{ end }}
</title>
<meta
name=
"HandheldFriendly"
content=
"True"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
/>
<link
rel=
"shortcut icon"
href=
"{{ "
favicon
.
ico
"
|
absURL
}}"
/>
<link
rel=
"canonical"
href=
"{{ .Permalink }}"
/>
{{ if .IsPage }}
<meta
name=
"description"
content=
"{{ .Description | default (substr .Summary 0 160) }}"
/>
{{ else }}
<meta
name=
"description"
content=
"{{ .Site.Params.metadescription | default .Site.Params.description }}"
/>
{{ end }}
{{ partial "meta-twitter" . }}
{{ partial "meta-facebook" . }}
{{ .Hugo.Generator }}
{{ "
<!-- Stylesheets -->
" | safeHTML }}
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{{ "
built
/
screen
.
css
"
|
absURL
}}"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{{ "
css
/
casper-two
.
css
"
|
absURL
}}"
/>
<link
rel=
"stylesheet"
href=
"//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/default.min.css"
/>
{{ range .Site.Params.customCSS }}
<link
rel=
"stylesheet"
href=
"{{ . | absURL }}"
/>
{{ end }}
{{ if .Site.Params.RSSLink}}
<link
href=
"{{.Site.Params.RSSLink }}"
rel=
"alternate"
type=
"application/rss+xml"
title=
"{{ .Site.Title }}"
/>
{{else}}{{ if eq .URL "/" }}
<link
href=
"{{ "
index
.
xml
"
|
absURL
}}"
rel=
"alternate"
type=
"application/rss+xml"
title=
"{{ .Site.Title }}"
/>
{{ end }} {{ end }}
{{ if .IsHome }}
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/css/htw.css"
>
{{ end }}
</head>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment