Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
University of Michigan Fencing
club-theme
Commits
f69bf8ec
Commit
f69bf8ec
authored
Jul 25, 2015
by
YASUTAKE Kiyoshi
Browse files
Merge pull request #4 from SamuelDebruyn/PR-homepage
homepage detection improved
parents
a593157b
1c0ac4c0
Changes
1
Show whitespace changes
Inline
Side-by-side
layouts/partials/header.html
View file @
f69bf8ec
<!DOCTYPE html>
{{ $baseUrl := .Site.BaseURL }}
{{ $isHomePage := eq .
Title .Site.Title
}}
{{ $isHomePage :=
(
eq .
Permalink (print $baseUrl | safeHTML))
}}
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
>
...
...
Write
Preview
Supports
Markdown
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