mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 10:46:14 -04:00
chore: upgrade html-includes
This commit is contained in:
parent
f0cde7139d
commit
9051b75806
25 changed files with 2871 additions and 93 deletions
|
@ -2,9 +2,9 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
${require('./_head.html')
|
||||
title="Themes"
|
||||
description="Pico is shipped with 2 consistent themes: Light & Dark. The Light theme is used by default. The Dark theme is automatically enabled if the user has dark mode enabled ('prefers-color-scheme: dark')."
|
||||
canonical="themes.html"
|
||||
title=`Themes`
|
||||
description=`Pico is shipped with 2 consistent themes: Light & Dark. The Light theme is used by default. The Dark theme is automatically enabled if the user has dark mode enabled ('prefers-color-scheme: dark').`
|
||||
canonical=`themes.html`
|
||||
}
|
||||
</head>
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
|||
${require('./_nav.html')}
|
||||
|
||||
<main class="container" id="docs">
|
||||
${require('./_sidebar.html') active="themes-link"}
|
||||
${require('./_sidebar.html') active=`themes-link`}
|
||||
|
||||
<div role="document">
|
||||
<section id="themes">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue