change markdown file ending so highlighting in gitlab works
This commit is contained in:
parent
043318fd67
commit
e3d5d22e4c
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
path: "/über-uns"
|
path: "/über-uns"
|
||||||
title: "über uns"
|
title: "über uns"
|
||||||
edit: "about.mdx"
|
edit: "about.md"
|
||||||
---
|
---
|
||||||
|
|
||||||
# Wer wir sind
|
# Wer wir sind
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
path: "/datenschutz"
|
path: "/datenschutz"
|
||||||
title: "datenschutzerklärung"
|
title: "datenschutzerklärung"
|
||||||
edit: "datenschutz.mdx"
|
edit: "datenschutz.md"
|
||||||
---
|
---
|
||||||
import { Address, Phone, Chairperson1, Chairperson2, ChairpersonMail } from '../components/data.js'
|
import { Address, Phone, Chairperson1, Chairperson2, ChairpersonMail } from '../components/data.js'
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
path: "/events"
|
path: "/events"
|
||||||
title: "events"
|
title: "events"
|
||||||
edit: "events.mdx"
|
edit: "events.md"
|
||||||
---
|
---
|
||||||
import NextTopic from "../components/nextTopic.js"
|
import NextTopic from "../components/nextTopic.js"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
path: "/"
|
path: "/"
|
||||||
title: "home"
|
title: "home"
|
||||||
edit: "home.mdx"
|
edit: "home.md"
|
||||||
---
|
---
|
||||||
import { Link } from "gatsby"
|
import { Link } from "gatsby"
|
||||||
import RoomState from "../components/roomState.js"
|
import RoomState from "../components/roomState.js"
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
path: "/impressum"
|
path: "/impressum"
|
||||||
title: "impressum"
|
title: "impressum"
|
||||||
edit: "impressum.mdx"
|
edit: "impressum.md"
|
||||||
---
|
---
|
||||||
import {
|
import {
|
||||||
PublicMail,
|
PublicMail,
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
path: "/kontakt"
|
path: "/kontakt"
|
||||||
title: "kontakt"
|
title: "kontakt"
|
||||||
edit: "kontakt.mdx"
|
edit: "kontakt.md"
|
||||||
---
|
---
|
||||||
import Accordion from "../components/accordion.js"
|
import Accordion from "../components/accordion.js"
|
||||||
import { PublicMail, MailinglistMail, DonationMail, Address, Phone } from "../components/data.js"
|
import { PublicMail, MailinglistMail, DonationMail, Address, Phone } from "../components/data.js"
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
path: "/support"
|
path: "/support"
|
||||||
title: "support us"
|
title: "support us"
|
||||||
edit: "support.mdx"
|
edit: "support.md"
|
||||||
---
|
---
|
||||||
import { BankAccount } from "../components/data.js"
|
import { BankAccount } from "../components/data.js"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
path: "/treff"
|
path: "/treff"
|
||||||
title: "zeiten & location"
|
title: "zeiten & location"
|
||||||
edit: "treff.mdx"
|
edit: "treff.md"
|
||||||
---
|
---
|
||||||
import RoomState from "../components/roomState.js"
|
import RoomState from "../components/roomState.js"
|
||||||
import OsmMap from "../components/osmMap.js"
|
import OsmMap from "../components/osmMap.js"
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
path: "/verein"
|
path: "/verein"
|
||||||
title: "verein"
|
title: "verein"
|
||||||
edit: "verein.mdx"
|
edit: "verein.md"
|
||||||
---
|
---
|
||||||
import { BankAccount } from "../components/data.js"
|
import { BankAccount } from "../components/data.js"
|
||||||
|
|
Loading…
Reference in New Issue