mirror of
https://github.com/srid/ema.git
synced 2024-11-22 21:52:56 +03:00
docs: use meta description only on index
This commit is contained in:
parent
e7456501e8
commit
bab2d1907c
@ -1,3 +1,8 @@
|
||||
---
|
||||
page:
|
||||
description: |
|
||||
Build jamstack-style static sites in Haskell, with a live server supporting fast hot-reload in the browser on code or data change.
|
||||
---
|
||||
# Ema
|
||||
|
||||
:::{.avatar}
|
||||
|
@ -19,11 +19,9 @@ pandoc:
|
||||
page:
|
||||
siteName: Ema
|
||||
siteTitle: Ema
|
||||
description: |
|
||||
Build jamstack-style static sites in Haskell, with a live server supporting fast hot-reload in the browser on code or data change.
|
||||
headHtml: |
|
||||
<link rel="manifest" href="/static/manifest.json" />
|
||||
<meta name="theme-color" content="#DB2777" />
|
||||
<!-- Syntax highlighting -->
|
||||
<link href="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/themes/prism-tomorrow.css" rel="stylesheet" />
|
||||
<script src="https://cdn.jsdelivr.net/combine/npm/prismjs@1.23.0/prism.min.js,npm/prismjs@1.23.0/plugins/autoloader/prism-autoloader.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/combine/npm/prismjs@1.23.0/prism.min.js,npm/prismjs@1.23.0/plugins/autoloader/prism-autoloader.min.js"></script>
|
||||
|
Loading…
Reference in New Issue
Block a user