aboutsummaryrefslogtreecommitdiff
path: root/templates/flatpages/guide.html
diff options
context:
space:
mode:
authorAlban Gruin2019-09-01 21:08:27 +0200
committerAlban Gruin2019-09-01 21:08:27 +0200
commitf2b26c79e1f3bf524a750214bffcee6351f14906 (patch)
treea96056c7bd7e82460cc97c7f3dbbc31ccd5c2e65 /templates/flatpages/guide.html
parent8b413293eecfe3a799a5bae6655a4d89c639526a (diff)
parent350b28338174656fc5e552bab5f2b51be5fc9d00 (diff)
Merge branch 'ag/pa1ch/nique-toi-google' into pa1chv0.15.0-pa1chpa1ch
Diffstat (limited to 'templates/flatpages/guide.html')
-rw-r--r--templates/flatpages/guide.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/flatpages/guide.html b/templates/flatpages/guide.html
new file mode 100644
index 0000000..e803f57
--- /dev/null
+++ b/templates/flatpages/guide.html
@@ -0,0 +1,11 @@
+{% extends "flatpages/default.html" %}
+
+{% block head %}
+ <style>
+img {
+ display: block;
+ max-width: 100%;
+ margin: 0 auto;
+}
+ </style>
+{% endblock %}