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
a593157b
Commit
a593157b
authored
Jul 11, 2015
by
YASUTAKE Kiyoshi
Browse files
Merge pull request #1 from bep/fix-hugo-deprecations
Fix deprecated Hugo-vars and -functions
parents
c2838f15
6083d70b
Changes
6
Hide whitespace changes
Inline
Side-by-side
layouts/index.html
View file @
a593157b
{{ $baseUrl := .Site.BaseU
rl
}}
{{ $baseUrl := .Site.BaseU
RL
}}
{{ partial "header.html" . }}
{{ partial "header.html" . }}
<main
role=
"main"
>
<main
role=
"main"
>
...
...
layouts/partials/footer.html
View file @
a593157b
{{ $baseUrl := .Site.BaseU
rl
}}
{{ $baseUrl := .Site.BaseU
RL
}}
<hr
/>
<hr
/>
<div
class=
"row"
>
<div
class=
"row"
>
...
...
layouts/partials/header.html
View file @
a593157b
<!DOCTYPE html>
<!DOCTYPE html>
{{ $baseUrl := .Site.BaseU
rl
}}
{{ $baseUrl := .Site.BaseU
RL
}}
{{ $isHomePage := eq .Title .Site.Title }}
{{ $isHomePage := eq .Title .Site.Title }}
<html
lang=
"en"
>
<html
lang=
"en"
>
<head>
<head>
...
...
layouts/partials/sidebar-list.html
View file @
a593157b
{{ $baseUrl := .Site.BaseU
rl
}}
{{ $baseUrl := .Site.BaseU
RL
}}
<div
class=
"col-sm-3 col-sm-offset-1 doc-sidebar"
>
<div
class=
"col-sm-3 col-sm-offset-1 doc-sidebar"
>
<div
class=
"sidebar-module"
>
<div
class=
"sidebar-module"
>
<h4>
Categories
</h4>
<h4>
Categories
</h4>
...
...
layouts/partials/sidebar-single.html
View file @
a593157b
{{ $baseUrl := .Site.BaseU
rl
}}
{{ $baseUrl := .Site.BaseU
RL
}}
<div
class=
"col-sm-3 col-sm-offset-1 doc-sidebar"
>
<div
class=
"col-sm-3 col-sm-offset-1 doc-sidebar"
>
<div
class=
"sidebar-module"
>
<div
class=
"sidebar-module"
>
<div
class=
"sidebar-toc"
>
<div
class=
"sidebar-toc"
>
...
...
theme.toml
View file @
a593157b
...
@@ -5,7 +5,7 @@ description = "A simple Hugo theme with Bootstrap for documentation"
...
@@ -5,7 +5,7 @@ description = "A simple Hugo theme with Bootstrap for documentation"
homepage
=
"http://key-amb.github.io/bootie-docs-demo/"
homepage
=
"http://key-amb.github.io/bootie-docs-demo/"
tags
=
[
"document"
,
"bootstrap"
]
tags
=
[
"document"
,
"bootstrap"
]
features
=
[
"document"
,
""
]
features
=
[
"document"
,
""
]
min_version
=
0.1
3
min_version
=
0.1
4
[author]
[author]
name
=
"YASUTAKE Kiyoshi"
name
=
"YASUTAKE Kiyoshi"
...
...
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