commit 06a2e0666162818c4b1a46325a16e353e7eefdd4
parent 46e2ecdd430a3298494fda97290a7af4d535ec6b
Author: Hugo Soucy <hugo@soucy.cc>
Date: Sun, 19 Dec 2021 15:14:52 -0500
Remove the visuallyhidden class on the project's title
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/project.html.twig b/templates/project.html.twig
@@ -1,7 +1,7 @@
{% extends 'partials/base.html.twig' %}
{% block content %}
<article>
- <h1 class="visuallyhidden">{{ page.title }}</h1>
+ <h1>{{ page.title }}</h1>
{{ page.content }}