diff --git a/index.html b/index.html index 93eacc7..1f86e4e 100644 --- a/index.html +++ b/index.html @@ -20,14 +20,14 @@ Internationales Hamann-Kolloquium - + -
+

14. Internationales Hamann-Kolloquium

-

Im Herbst 2026 wird sich das nächste, vierzehnte Internationale Hamann-Kolloquium dem Thema: »Hamann und der Humor« widmen.

+

Im Herbst 2026 wird sich das nächste, vierzehnte Internationale Hamann-Kolloquium dem Thema: »Hamann und der Humor« widmen.

-

15. Internationales Hamann-Kolloquium

-

Das fünfzehnte Internationale Hamann-Kolloquium ist im Frühjahr des Jubiläumsjahres 2030 in Münster geplant und soll sich »Hamann und den multiplen Konzepten der Aufklärung« zuwenden.

+

15. Internationales Hamann-Kolloquium

+

Das fünfzehnte Internationale Hamann-Kolloquium ist im Frühjahr des Jubiläumsjahres 2030 in Münster geplant und soll sich »Hamann und den multiplen Konzepten der Aufklärung« zuwenden.

Veranstalter:innen

diff --git a/kolloquien.html b/kolloquien.html index bc88997..eaa986d 100644 --- a/kolloquien.html +++ b/kolloquien.html @@ -212,21 +212,27 @@ genaueste Localität, Individualität und Personalität‹. Johann Georg Hamann in Königsberg« (29. März bis 1. April 2023) Details - 🖹 Tagungsprogramm→ Details 🖹 Tagungsprogramm + + + 2026 [in Planung] Vierzehntes Internationales Hamann-Kolloquium in N.N. zu Hamann und der Humor (Herbst 2026) + + + + 2030 [in Planung] Fünfzehntes Internationales Hamann-Kolloquium in vorauss. Münster zu Hamann und die multiplen Konzepte der Aufklärung (Frühjahr 2030) + diff --git a/src/ts/hafooter.ts b/src/ts/hafooter.ts index 75380e2..33292ef 100644 --- a/src/ts/hafooter.ts +++ b/src/ts/hafooter.ts @@ -1,11 +1,12 @@ -import { html, LitElement } from 'lit' +import { LitElement } from 'lit'; +import { html } from 'lit'; import { customElement } from 'lit/decorators.js' @customElement('ha-footer') export class HaFooter extends LitElement { render() { return html` -
+ ` @@ -14,17 +15,17 @@ export class HaFooter extends LitElement { protected firstUpdated() { // Marks links as active var all_links = this.getElementsByTagName("a"), - i=0, len=all_links.length, - full_path = location.href.split('#')[0]; //Ignore hashes - - for(; i