Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

Commit

Permalink
fix: titles in html pages
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed May 8, 2019
1 parent bb306d8 commit 06d1aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/basic.twig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html>
<html lang="fr">
<head>
<title>{% block head %}wdes-stats{% endblock %}</title>
<title>{% block title %}wdes-stats{% endblock %}</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
{% block styles %}
Expand Down

0 comments on commit 06d1aa4

Please sign in to comment.