Skip to content

Commit

Permalink
Add link to "Erklärung zur Barrierefreiheit"
Browse files Browse the repository at this point in the history
  • Loading branch information
Phu2 committed Jan 23, 2024
1 parent 92b81b4 commit 9741f2c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gatsby/lobid/src/components/footer.html.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ export default class Footer extends React.Component {
{this.props.privacy}
</a>
{" | "}
<a href="https://www.hbz-nrw.de/barrierefreiheit">
{this.props.accessibility}
</a>
{" | "}
<a
href="https://openbiblio.social/@lobid"
style={{ marginRight: "12px" }}
Expand Down
1 change: 1 addition & 0 deletions gatsby/lobid/src/templates/markdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export default function Template({ data, pageContext }) {
privacy={pageContext.lang==="de"?"Datenschutz":"Privacy"}
contactPointId="mailto:[email protected]"
warranty={pageContext.lang==="de"?"Gewährleistung":"Warranty"}
accessibility={pageContext.lang==="de"?"Barrierefreiheit":"Accessibility"}
/>
</div>
)
Expand Down
1 change: 1 addition & 0 deletions gatsby/lobid/static/index-de
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
<a href="/warranty">Gewährleistung</a> |
<a href="https://www.hbz-nrw.de/impressum">Impressum</a> |
<a href="https://github.com/hbz/lobid/blob/master/conf/Datenschutzerklaerung_lobid.textile">Datenschutz</a> |
<a href="https://www.hbz-nrw.de/barrierefreiheit">Barrierefreiheit</a> |
<a href="https://openbiblio.social/@lobid"><i class="fa-brands fa-mastodon" aria-hidden="true"></i> Mastodon</a>&nbsp;
<a href="https://github.com/hbz/lobid"><i class="fa-brands fa-github" aria-hidden="true"></i> GitHub</a>&nbsp;
<a href="http://blog.lobid.org"><i class="fa fa-pencil" aria-hidden="true"></i> Blog</a>
Expand Down
1 change: 1 addition & 0 deletions gatsby/lobid/static/index-en
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
<a href="/warranty">Warranty</a> |
<a href="https://www.hbz-nrw.de/impressum">Imprint</a> |
<a href="https://github.com/hbz/lobid/blob/master/conf/Datenschutzerklaerung_lobid.textile">Privacy</a> |
<a href="https://www.hbz-nrw.de/barrierefreiheit">Accessibility</a> |
<a href="https://openbiblio.social/@lobid"><i class="fa-brands fa-mastodon" aria-hidden="true"></i> Mastodon</a>&nbsp;
<a href="https://github.com/hbz/lobid"><i class="fa-brands fa-github" aria-hidden="true"></i> GitHub</a>&nbsp;
<a href="http://blog.lobid.org"><i class="fa fa-pencil" aria-hidden="true"></i> Blog</a>
Expand Down

0 comments on commit 9741f2c

Please sign in to comment.