Skip to content

Commit

Permalink
update flickr URL + typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mlcdf committed Jun 7, 2022
1 parent ed72496 commit 833ffc6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pelicanconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
SITENAME = "www.mlcdf.fr"
SITEURL = f"http://{BIND}:{PORT}"

DESCRIPTION = "Artisan logiciel polyglotte et ingénieur DevOps le jour. Photographe en herbe et mordu de cinéma la nuit."
DESCRIPTION = "Bienvenue sur la page personnelle de Maxime Le Conte des Floris. Le jour, il est artisan logiciel et ingénieur DevOps. La nuit, c'est un photographe en herbe et mordu de cinéma."

PATH = "content"
OUTPUT_PATH = "output/"
Expand Down
2 changes: 1 addition & 1 deletion theme/templates/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "layout.html" %}

{% block title %} Blog — {{SITENAME}} {% endblock %}
{% block title %} {{SITENAME}} — Artisan logiciel {% endblock %}

{% block content %}
<h1>Billets</h1>
Expand Down
2 changes: 1 addition & 1 deletion theme/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h1>À propos de moi</h1>
<p>Enchanté&#8239;! Je suis Maxime. Le jour, je suis artisan logiciel polyglotte et ingénieur DevOps. La nuit, je suis photographe en herbe et mordu de cinéma.</p>

<p>
Je partage du code sur <a href="https://github.com/mlcdf">GitHub</a>, et des photos sur <a href="https://flickr.com/photos/mlcdf">Flickr</a>. Je tiens également un <a href="https://films.mlcdf.fr">journal</a> de tous les films que j'ai vu.
Je partage du code sur <a href="https://github.com/mlcdf">GitHub</a> et des photos sur <a href="https://flickr.com/people/mlcdf">Flickr</a>. Je tiens également un <a href="https://films.mlcdf.fr">journal</a> de tous les films que j'ai vu.
</p>
<p>Je suis joignable par email&nbsp;: <a href="mailto:[email protected]">[email protected]</a>.</p>

Expand Down

0 comments on commit 833ffc6

Please sign in to comment.