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
swc-bb
swc-pages
2019-11-26-Potsdam-Berlin-Python
Commits
20ef8e2e
Commit
20ef8e2e
authored
Sep 23, 2016
by
Raniere Silva
Committed by
GitHub
Sep 23, 2016
Browse files
Merge pull request #104 from evanwill/search-fix
fix search meta tag.
parents
f0a94758
fcce3152
Changes
1
Show whitespace changes
Inline
Side-by-side
_layouts/base.html
View file @
20ef8e2e
...
...
@@ -7,7 +7,8 @@
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
http-equiv=
"last-modified"
content=
"{{ site.time }}"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<meta
name=
"search-domain"
value=
"{{ page.root }}"
>
<!-- meta "search-domain" used for google site search function google_search() -->
<meta
name=
"search-domain"
value=
"{{ site.github.url }}"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{{ page.root }}/assets/css/bootstrap.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{{ page.root }}/assets/css/bootstrap-theme.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{{ page.root }}/assets/css/lesson.css"
/>
...
...
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