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
0fbee6ef
Commit
0fbee6ef
authored
Sep 30, 2016
by
Aleksandra Nenadic
Committed by
GitHub
Sep 30, 2016
Browse files
Small formatting improvement.
parent
d736dbfa
Changes
1
Hide whitespace changes
Inline
Side-by-side
index.html
View file @
0fbee6ef
...
...
@@ -157,20 +157,19 @@ and the administrator will contact you if we need any extra information.</h4>
<strong>
Contact
</strong>
:
Please email
{% if page.contact %}
{% for contact in page.contact: %}
{% if forloop.last and page.contact.size > 1 %}
or
{% for contact in page.contact: %}
{% if forloop.last and page.contact.size > 1 %}
or
{% else %}
{% unless forloop.first %}
,
{% endunless %}
{% endif %}
<a
href=
'mailto:{{contact}}'
>
{{contact}}
</a>
{% endfor %}
{% else %}
{% unless forloop.first %}
,
{% endunless %}
to-be-announced
{% endif %}
<a
href=
'mailto:{{contact}}'
>
{{contact}}
</a>
{% endfor %}
{% else %}
to-be-announced
{% endif %}
<!--<a href="mailto:{{page.contact}}">{{page.contact}}</a>-->
for more information.
</p>
...
...
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