Skip to content

Commit

Permalink
Merge pull request #995 from datopian/site/minor-fixes
Browse files Browse the repository at this point in the history
Site/minor fixes
  • Loading branch information
demenech authored Jul 27, 2023
2 parents d88a23c + e101402 commit 989d098
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion site/content/docs/showing-metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ author: 'Rufus Pollock'
description: 'An awesome dataset displaying some awesome data'
modified: '2023-05-04'
files: ['data.csv']
groups: ['Awesome']
group: 'Awesome'
---
Built with PortalJS
Expand Down
7 changes: 0 additions & 7 deletions site/lib/markdown.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,6 @@ const parse = async function (source, format, scope) {
},
content(node) {
return [
h(
'span.invisible.block.h-0.w-0',
{ ariaLabel: node.properties.id },
'Read the “',
node.properties.id,
'” section'
),
h(
'svg',
{
Expand Down

1 comment on commit 989d098

@vercel
Copy link

@vercel vercel bot commented on 989d098 Jul 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.