Browse Source

Typo in homepage title

Wait did I have this since January, 1st?!
master
David Larlet 3 years ago
parent
commit
3527100e49
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      david/index.html
  2. 1
    1
      david/templates/profil.html

+ 1
- 1
david/index.html View File

<a href="http://larlet.com" data-instant>this page 🇨🇦</a>. <a href="http://larlet.com" data-instant>this page 🇨🇦</a>.
</p> </p>


<h2>Publication récentes</h2>
<h2>Publications récentes</h2>


<nav> <nav>

+ 1
- 1
david/templates/profil.html View File

<a href="http://larlet.com" data-instant>this page 🇨🇦</a>. <a href="http://larlet.com" data-instant>this page 🇨🇦</a>.
</p> </p>


<h2>Publication récentes</h2>
<h2>Publications récentes</h2>


<nav> <nav>
{% for month_year, group in page_list %} {% for month_year, group in page_list %}

Loading…
Cancel
Save