summaryrefslogtreecommitdiff
path: root/about.html
diff options
context:
space:
mode:
authorHombreLaser <buran@silosneeded.com>2024-05-05 19:51:24 -0600
committerHombreLaser <buran@silosneeded.com>2024-05-05 19:51:24 -0600
commit30c268fdabca62c7c4df6e8db7426666fc2be66a (patch)
tree8042bfd5d1ebee1ef492b9f1f8cac0e1c4c22438 /about.html
parentbf2c057eece0e777036110526eb488b364dff108 (diff)
Change interface
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>