Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions content/imprint.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
## Impressum

Verantwortlich für den Inhalt (gem. § 55 Abs. 2 RStV):

WordPress Meetup Berlin Tech Edition<br>

Alexander Goller<br>
Kurfürstenstraße 9<br>
10785 Berlin<br>

E-Mail: <a href="mailto:wp-berlin-tech@protonmail.com">wp-berlin-tech@protonmail.com</a><br>
Webseite: <a href="https://tech.wpmeetup-berlin.de/">tech.wpmeetup-berlin.de</a>

## Imprint

Responsible for contents acc. to Sec. 55, para. 2 German Federal Broadcasting Agreement (RStV):

WordPress Meetup Berlin Tech Edition<br>

Alexander Goller<br>
Kurfürstenstraße 9<br>
10785 Berlin<br>

E-Mail: <a href="mailto:wp-berlin-tech@protonmail.com">wp-berlin-tech@protonmail.com</a><br>
Website: <a href="https://tech.wpmeetup-berlin.de/">tech.wpmeetup-berlin.de</a>
4 changes: 2 additions & 2 deletions web/assets/themes/wp-berlin/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
<div class="footer-inner">
<ul class="menu">
<li class="menu-item">
<a href="">Impressum</a>
<a href="/imprint">Impressum</a>
</li>
<li class="menu-item">
<a href="">Topics</a>
<a href="/topics">Topics</a>

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file does not exist. For the moment being, the topics are in https://tech.wpmeetup-berlin.de/contribute/#speaking @svenbrier could you please update this PR accordingly?

</li>
</ul>
<ul class="menu">
Expand Down