Skip to content

Can handle eleventy German umlauts? #1998

Discussion options

You must be logged in to vote
---
title: Default title
---
<html>
<head>
<meta charset="utf-8">
<title>{{ title }}</title>
{% comment %} add link tag to the layout {% endcomment %}
<link rel="stylesheet" href="/style/app.css">
</head>
<body>
    <div class="header">
    <a href="/">Start</a> &bull; <a href="/contact">Kontakt</a>
    </div>
    <div class="content">
    {{ content }}
    </div>

    <footer>
	<p>
	{{ site.author.name }} auf <a target="_blank" href="https://github.com/{{site.author.github}}">GitHub</a> folgen.
	</p>
</footer>
</body>
</html>

Do you see the difference?

It really was just the charset tag missing.

<meta charset="utf-8">

Thank you so much @cfjedimaster for walking me there.

Cheers!

Replies: 9 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@cfjedimaster
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@dancesWithCycles
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@cfjedimaster
Comment options

Answer selected by dancesWithCycles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants