mirror of
https://github.com/picocss/pico.git
synced 2025-04-24 10:26:13 -04:00
chore: upgrade html-includes
This commit is contained in:
parent
f0cde7139d
commit
3fc47b759e
24 changed files with 95 additions and 93 deletions
|
@ -2,9 +2,9 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
${require('./_head.html')
|
||||
title="Documentation"
|
||||
description="Pico works without package manager or dependencies! There are 4 ways to get started with Pico CSS: manually, from a CDN, with NPM, or with Composer."
|
||||
canonical=""
|
||||
title=`Documentation`
|
||||
description=`Pico works without package manager or dependencies! There are 4 ways to get started with Pico CSS: manually, from a CDN, with NPM, or with Composer.`
|
||||
canonical=``
|
||||
}
|
||||
</head>
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
|||
${require('./_nav.html')}
|
||||
|
||||
<main class="container" id="docs">
|
||||
${require('./_sidebar.html') active="start-link"}
|
||||
${require('./_sidebar.html') active=`start-link`}
|
||||
|
||||
<div role="document">
|
||||
<section id="start">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue