Skip to content

Commit 90deb29

Browse files
committed
move code of conduct to footer; also handle language presentation of impressum
1 parent c422fee commit 90deb29

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

_includes/footer.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<div class="footer">
2-
<a href="{{ "./imprint.html" }}">Impressum (legal notice)</a> |
2+
{% if lang contains "/en/" %}
3+
<a href="{{ "./imprint.html" }}">Legal notice</a> |
4+
<a href="{{ "./coc.html" }}">Code of Conduct</a> |
5+
{% else %}
6+
<a href="{{ "./imprint.html" }}">Impressum</a> |
7+
<a href="{{ "./coc.html" }}">Verhaltenskodex</a> |
8+
{% endif %}
39
<a href="https://github.com/DE-RSE/de-rse.github.io">Edit on GitHub</a> |
410
<a href='{{ "/feed.xml" | prepend: site.baseurl }}'><img src='{{ "/assets/img/site/feed-icon.png" | prepend: site.baseurl }}' alt='Atom 1.0 Feed' style="height: 20px;"></a> |
511
<span style="position: relative; top: 6px;"><a href="https://twitter.com/RSE_de?ref_src=twsrc%5Etfw" class="twitter-follow-button" data-show-count="false" data-dnt="true" alt="Twitter account">Follow @RSE_de</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script></span> |

0 commit comments

Comments
 (0)