Skip to content

Commit

Permalink
revert example
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccar committed Sep 11, 2024
1 parent 98eacf1 commit 16b71e4
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions src/components/list/example-bare-list.njk
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
{% from "components/list/_macro.njk" import onsList %}
{{
onsList({
"element": "ol",
"attributes": {
"fhdjfdsfdsslf": "fhdjshfj"
},
"variants": 'bare',
"itemsList": [
{
"text": 'Who we are',
"attributes": {
"fhdjslf": "fhdjshfj"
}
"url": '#0',
"text": 'Who we are'
},
{
"url": '#0',
"text": 'What we do'
},
{
"url": 'https://goo.gl/maps/ULnVRd16zfFLZWdt7',
"text": 'Where to find us',
"external": true
}
]
})
Expand Down

0 comments on commit 16b71e4

Please sign in to comment.