summaryrefslogtreecommitdiff
path: root/about.html
diff options
context:
space:
mode:
Diffstat (limited to 'about.html')
-rw-r--r--about.html21
1 files changed, 0 insertions, 21 deletions
diff --git a/about.html b/about.html
deleted file mode 100644
index 0a5b991..0000000
--- a/about.html
+++ /dev/null
@@ -1,21 +0,0 @@
----
-layout: default
-permalink: /about
----
-
-<div class="well">
- <h1>{% t global.about %}</h1>
- <p>{% t about_page.made_in %} <a href="https://jekyllrb.com/">Jekyll</a>.</p>
- <p>{% t about_page.used_theme %} <a href="https://github.com/scotte/jekyll-clean/tree/gh-pages">{% t about_page.here %}</a></p>
-
- <h1>{% t about_page.privacy_notice %}</h1>
- <div>{% t about_page.privacy_notice_text %}</div>
-
- <h1>{% t about_page.copyright_notice %}</h1>
- <img src="/assets/images/creative_commons_license.png" />
- <div>
- <br>
- {% t about_page.copyright_notice_text_first_part %} (<a href="https://creativecommons.org/licenses/by-nc-nd/4.0/">CC BY-ND</a>).
- {% t about_page.copyright_notice_text_second_part %}
- </div>
-</div>