1
1
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:
Sridhar Ratnakumar 2021-06-22 10:38:06 -04:00
parent e7456501e8
commit bab2d1907c
2 changed files with 6 additions and 3 deletions

View File

@ -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}

View File

@ -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>