Skip to content

Commit 73a51aa

Browse files
committed
Added Hardcoded Emojis + Translation for Sitename
1 parent 1d663f0 commit 73a51aa

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

docs/index.de.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
![mailcow Logo](assets/images/logo.svg){ width="150" }
33
</figure>
44

5-
# mailcow: dockerized - 🐮 + 🐋 = 💕
5+
# mailcow: dockerized - :cow: + :whale: = :two_hearts:
66
**Die Mailserver-Suite mit dem 'moo'**
77

88
## Was ist mailcow: dockerized?

docs/index.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
![mailcow Logo](assets/images/logo.svg){ width="150" }
33
</figure>
44

5-
# mailcow: dockerized - 🐮 + 🐋 = 💕
5+
# mailcow: dockerized - :cow: + :whale: = :two_hearts:
66
**The mailserver suite with the 'moo'**
77

88
## What is mailcow: dockerized?

mkdocs.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ markdown_extensions:
4747
- pymdownx.superfences
4848
- pymdownx.tabbed:
4949
alternate_style: true
50+
- pymdownx.emoji:
51+
emoji_index: !!python/name:materialx.emoji.twemoji
52+
emoji_generator: !!python/name:materialx.emoji.to_svg
5053

5154
nav:
5255
- 'Information & Support': 'index.md'
@@ -177,7 +180,9 @@ plugins:
177180
default_language: en
178181
languages:
179182
en: English
180-
de: Deutsch
183+
de:
184+
name: Deutsch
185+
site_name: "mailcow: dockerized Dokumentation"
181186
nav_translations:
182187
#### Begin of german translation
183188
de:

0 commit comments

Comments
 (0)