Skip to content

Instantly share code, notes, and snippets.

View melaniebmn's full-sized avatar

Melanie Boeckmann melaniebmn

  • Vancouver, Canada
View GitHub Profile
@melaniebmn
melaniebmn / index.html
Created April 1, 2026 04:30
pagination examples
<gcds-pagination
display="list"
label="List pagination"
type="list"
total-pages="10"
current-page="1"
url='{"queryStrings": { "querystring::offset": 10 }, "fragment": "main" }'
></gcds-pagination>
<gcds-pagination
@melaniebmn
melaniebmn / gist:8d2efa4532af4cacd46a75b496122cf6
Created October 16, 2025 17:02
WIP topic page template code (16.10.2025)
---
breadcrumbs:
- href: "/en/"
text: "GCDS Examples"
contentHeader: "Topic page template CSS shortcuts (en)"
dateModified: "2025-08-15"
description: "A simple, clean template demonstrating the topic page structure with common GCDS components."
layout: "layouts/topic.njk"
title: "Topic page template CSS shortcuts (en)"
showDefaultBreadcrumbs: false