MiOM 202 -> MiOM Kreativraum,

Ignore docker-compose.yml in lume
pull/2/head
teutat3s 2023-02-27 16:47:33 +01:00
parent 76b8f1520b
commit 8c62767ca5
Signed by: teutat3s
GPG Key ID: 18DAE600A6BBE705
2 changed files with 4 additions and 2 deletions

View File

@ -28,4 +28,6 @@ site.filter("objectToArray", (value = {}) => Object.keys(value)
.filter(val => !!val)
);
site.ignore("README.md", "CHANGELOG.md", "LICENSE.md", "docker-compose.yml");
export default site;

View File

@ -7,7 +7,7 @@
<link rel="shortcut icon" href="/favicon.png" />
<meta name="theme-color" content="{{ themeColor }}" id="theme-color" />
<meta name="description" content="MiOM 202 is a creative space in Cologne, Germany">
<meta name="description" content="MiOM Kreativraum is a creative space in Cologne, Germany">
<meta id="viewport" name="viewport" content="width=device-width, initial-scale=1.0">
@ -23,7 +23,7 @@
<body class="mi-page">
{% block header %}
<div class="mi-page--we-are mi-page--title mi-page--title_side">
<span class="mi-logo">MiOM 202</span>
<span class="mi-logo">MiOM Kreativraum</span>
<br>
<br>
<a href="/">Back home</a>