diff --git a/content/pages/accessibility.html b/content/pages/accessibility.html index 7a62b8e..bb6cfa6 100644 --- a/content/pages/accessibility.html +++ b/content/pages/accessibility.html @@ -6,7 +6,7 @@

Ac­ces­si­bil­i­ty state­ment

-

This accessibility statement is valid for the website https://dlr-amr.github.io/t8code/.

+

This accessibility statement is valid for the website https://dlr-amr.github.io/adaptex/.

As a public sector body of the German Federal Government within the meaning of EU Directive 2016/2102, we endeavour to make our websites and diff --git a/content/pages/imprint.html b/content/pages/imprint.html index 840edf0..fa0a22f 100644 --- a/content/pages/imprint.html +++ b/content/pages/imprint.html @@ -69,7 +69,7 @@

According to section 7 first paragraph of the German Telemedia Act, DLR as the content provider is responsible for its own content which it - provides for use on this website https://dlr-amr.github.io/t8code/, + provides for use on this website https://dlr-amr.github.io/adaptex/, in accordance with the general laws. Cross-references ("links") to content provided by other content providers must be distinguished from DLR's own content. By means of the cross-reference DLR provides diff --git a/pelicanconf.py b/pelicanconf.py index 3fc1559..9226b7f 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -2,10 +2,10 @@ # -*- coding: utf-8 -*- # from __future__ import unicode_literals -AUTHOR = u'Rheinische Friedrich-Wilhelms-Universität Bonn' -SITENAME = u'PADME-AM' +AUTHOR = u'Autor' +SITENAME = u'ADAPTEX' SITEURL = '' -SITE_SUMMARY = 'PADME-AM - Partition der Eins Methoden für Additive Manufacturing' +SITE_SUMMARY = 'ADAPTEX' PATH = 'content' diff --git a/themes/polar/templates/base.html b/themes/polar/templates/base.html index 7fbd812..09b83d5 100644 --- a/themes/polar/templates/base.html +++ b/themes/polar/templates/base.html @@ -158,7 +158,7 @@ {% if DISPLAY_PAGES_ON_MENU %} {% for p in pages %} - {{ p.title }} + {{ p.title }} {% endfor %} {% else %} {% if DISPLAY_CATEGORIES_ON_MENU %} @@ -184,7 +184,7 @@