Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jochen Bauer
spn-website
Commits
0dd52eb1
Commit
0dd52eb1
authored
May 04, 2018
by
Hubert Denkmair
Browse files
set window title
parent
45a8a11d
Changes
3
Hide whitespace changes
Inline
Side-by-side
core/templates/base.html
View file @
0dd52eb1
...
...
@@ -3,7 +3,9 @@
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<title>
Programmierspiel
</title>
{% block title %}
<title>
Schlangenprogrammiernacht 2018
</title>
{% endblock %}
{% block earlycss %}
{% endblock %}
...
...
docs/templates/docs/docs.html
View file @
0dd52eb1
...
...
@@ -3,6 +3,10 @@
{% load static %}
{% block title %}
<title>
Docs - Schlangenprogrammiernacht 2018
</title>
{% endblock %}
{% block earlycss %}
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{% static "
docs
/
github-markdown.css
"
%}"
/>
{% endblock %}
...
...
ide/templates/ide/ide.html
View file @
0dd52eb1
...
...
@@ -2,6 +2,10 @@
{% load widget_tweaks %}
{% load static %}
{% block title %}
<title>
IDE - Schlangenprogrammiernacht 2018
</title>
{% endblock %}
{% block css %}
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{% static "
ide
/
ide.css
"
%}"
/>
{% endblock %}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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