Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
keeleliin
word_cloud_est
Commits
0c616689
Commit
0c616689
authored
Sep 29, 2014
by
Andreas Mueller
Browse files
set title on index page
parent
cfc09692
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/_templates/layout.html
View file @
0c616689
...
...
@@ -11,6 +11,11 @@
{% set css_files = css_files + ['_static/main.css']%}
{% set css_files = css_files + ['_static/bootstrap.min.css']%}
{%- if pagename == 'index' %}
{% set title = 'word clouds in Python' %}
{%- endif %}
{%- block content %}
{{ navBar() }}
<div
class=
"container content-container"
>
...
...
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