Skip to content

Commit

Permalink
Merge pull request #5 from KenjiBaheux/misc
Browse files Browse the repository at this point in the history
Fix garbled text for some environments
  • Loading branch information
jakearchibald committed Oct 13, 2014
2 parents 1af9f12 + 74a8f69 commit 6874c97
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions www/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
<html>
<head>
<title>{% block title %}{% endblock %}</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, minimal-ui">
<link rel="apple-touch-icon-precomposed" href="/trained-to-thrill/static/imgs/icon.png">
<link rel="icon" href="/trained-to-thrill/static/imgs/icon.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="application-name" content="Trained To Thrill" />
<meta name="application-name" content="Trained To Thrill">
<link rel="stylesheet" href="/trained-to-thrill/static/css/all.css">
{% block head %}{% endblock %}
</head>
Expand All @@ -15,4 +16,4 @@
<script src="/trained-to-thrill/static/js/page.js"></script>
{% block bodyEnd %}{% endblock %}
</body>
</html>
</html>

0 comments on commit 6874c97

Please sign in to comment.