mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 22:12:15 +00:00
css
This commit is contained in:
@@ -23,7 +23,4 @@ import { Content as RestText } from '../content/index/rest.md'
|
||||
|
||||
<Donate />
|
||||
<RestText />
|
||||
|
||||
<!--<script src="https://unpkg.com/prismjs@1.29.0/components/prism-core.min.js"></script>-->
|
||||
<!--<script src="https://unpkg.com/prismjs@1.29.0/plugins/autoloader/prism-autoloader.min.js"></script>-->
|
||||
</Layout>
|
||||
|
||||
@@ -9,6 +9,7 @@ import { Content as MobileText } from '../content/how_to_use/mobile.md'
|
||||
import { Content as CustomStylesText } from '../content/how_to_use/custom_styles.md'
|
||||
import { Content as SelfHostingText } from '../content/how_to_use/self_hosting.md'
|
||||
import Logo from '../components/Logo.astro'
|
||||
import Donate from '../components/Donate.astro'
|
||||
---
|
||||
|
||||
<Layout title="OpenFreeMap Quick Start Guide">
|
||||
@@ -33,6 +34,8 @@ import Logo from '../components/Logo.astro'
|
||||
<MobileText />
|
||||
<CustomStylesText />
|
||||
<SelfHostingText />
|
||||
|
||||
<Donate />
|
||||
</Layout>
|
||||
|
||||
<style>
|
||||
|
||||
Reference in New Issue
Block a user