Rapsys Git
/
blogbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eba201f
)
Add about page
author
Raphaël Gertz
<git@rapsys.eu>
Mon, 11 Dec 2023 05:05:08 +0000
(06:05 +0100)
committer
Raphaë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]
patch
|
blob
diff --git a/Resources/views/about.html.twig
b/Resources/views/about.html.twig
new file mode 100644
(file)
index 0000000..
b5a5840
--- /dev/null
+++ b/
Resources/views/about.html.twig
@@ -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 & facebook :)</p>
+ </section>
+ </article>
+{% endblock %}