Skip to content
Merged
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
4 changes: 0 additions & 4 deletions content/snippets/wip.de.md

This file was deleted.

4 changes: 0 additions & 4 deletions content/snippets/wip.en.md

This file was deleted.

1 change: 1 addition & 0 deletions i18n/de.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ anchorLink:
copy: Link zu diesem Abschnitt kopieren
copied: Link wurde in die Zwischenablage kopiert
skipToContent: Zum Inhalt springen
wip: An dieser Seite wird noch gearbeitet und Inhalte können unvollständig sein. Wir freuen uns, wenn du zur Verbesserung dieser Seite beträgst. [Mehr Information auf GitHub](https://github.com/fipguide/fipguide.github.io/wiki/Deutsch).
1 change: 1 addition & 0 deletions i18n/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ anchorLink:
copy: Copy link to this section
copied: Link has been copied to the clipboard
skipToContent: Skip to content
wip: This page is still under construction and content may be incomplete. We would be happy if you contribute to improve this page. [More information on GitHub](https://github.com/fipguide/fipguide.github.io/wiki/English).
1 change: 0 additions & 1 deletion layouts/shortcodes/snippet.html

This file was deleted.

3 changes: 3 additions & 0 deletions layouts/shortcodes/wip.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<div class="m-text-highlight"><div>
{{ i18n "wip" | .Page.RenderString }}
</div></div>
Loading