Browse Source

Missing closing tag

master
David Larlet 4 years ago
parent
commit
3b940cda8e
No known key found for this signature in database
2 changed files with 4 additions and 0 deletions
  1. 2
    0
      david/index.html
  2. 2
    0
      david/templates/profil.html

+ 2
- 0
david/index.html View File

@@ -50,6 +50,8 @@
<li><a href="/david/stream/">Stream</a> (2009-2019)</li>
</ul>

</article>


<hr>


+ 2
- 0
david/templates/profil.html View File

@@ -32,4 +32,6 @@
<li><a href="/david/blog/">Blog</a> (2004-2019)</li>
<li><a href="/david/stream/">Stream</a> (2009-2019)</li>
</ul>

</article>
{% endblock content %}

Loading…
Cancel
Save