change markdown file ending so highlighting in gitlab works

This commit is contained in:
neri 2020-01-30 22:19:38 +01:00
parent 043318fd67
commit e3d5d22e4c
9 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
---
path: "/über-uns"
title: "über uns"
edit: "about.mdx"
edit: "about.md"
---
# Wer wir sind

View File

@ -1,7 +1,7 @@
---
path: "/datenschutz"
title: "datenschutzerklärung"
edit: "datenschutz.mdx"
edit: "datenschutz.md"
---
import { Address, Phone, Chairperson1, Chairperson2, ChairpersonMail } from '../components/data.js'

View File

@ -1,7 +1,7 @@
---
path: "/events"
title: "events"
edit: "events.mdx"
edit: "events.md"
---
import NextTopic from "../components/nextTopic.js"

View File

@ -1,7 +1,7 @@
---
path: "/"
title: "home"
edit: "home.mdx"
edit: "home.md"
---
import { Link } from "gatsby"
import RoomState from "../components/roomState.js"

View File

@ -1,7 +1,7 @@
---
path: "/impressum"
title: "impressum"
edit: "impressum.mdx"
edit: "impressum.md"
---
import {
PublicMail,

View File

@ -1,7 +1,7 @@
---
path: "/kontakt"
title: "kontakt"
edit: "kontakt.mdx"
edit: "kontakt.md"
---
import Accordion from "../components/accordion.js"
import { PublicMail, MailinglistMail, DonationMail, Address, Phone } from "../components/data.js"

View File

@ -1,7 +1,7 @@
---
path: "/support"
title: "support us"
edit: "support.mdx"
edit: "support.md"
---
import { BankAccount } from "../components/data.js"

View File

@ -1,7 +1,7 @@
---
path: "/treff"
title: "zeiten & location"
edit: "treff.mdx"
edit: "treff.md"
---
import RoomState from "../components/roomState.js"
import OsmMap from "../components/osmMap.js"

View File

@ -1,7 +1,7 @@
---
path: "/verein"
title: "verein"
edit: "verein.mdx"
edit: "verein.md"
---
import { BankAccount } from "../components/data.js"