]> Raphaël G. Git Repositories - blogbundle/commitdiff
Add about page
authorRaphaël Gertz <git@rapsys.eu>
Mon, 11 Dec 2023 05:05:08 +0000 (06:05 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Mon, 11 Dec 2023 05:05:08 +0000 (06:05 +0100)
Resources/views/about.html.twig [new file with mode: 0644]

diff --git a/Resources/views/about.html.twig b/Resources/views/about.html.twig
new file mode 100644 (file)
index 0000000..b5a5840
--- /dev/null
@@ -0,0 +1,12 @@
+{% extends '@RapsysBlog/_base.html.twig' %}
+{% block content %}
+       <article id="content">
+               <header>
+                       <h1><a href="{{ head.canonical }}">{{ title }}</a></h1>
+                       <p>{{ description }}</p>
+               </header>
+               <section>
+                       <p>TODO: dernière page à faire avant la page cv et peut-être un peu de sémantique pour google &amp; facebook :)</p>
+               </section>
+       </article>
+{% endblock %}