Layouts
The standard layouts to organize the pages.
Source:
src/layouts/layouts.scss, line 1
Headings
The standard headings to indicate the title of the different sections.
Example
Heading Level 1
Heading Level 2
Heading Level 3
Heading Level 4
Heading Level 5
Heading Level 6
<h1>Heading Level 1</h1>
<h2>Heading Level 2</h2>
<h3>Heading Level 3</h3>
<h4>Heading Level 4</h4>
<h5>Heading Level 5</h5>
<h6>Heading Level 6</h6>
Quotation
The standard quotation block to quote someone.
Example
Words can be like X-rays, if you use them properly—they’ll go through anything. You read and you’re pierced.
<blockquote cite="https://www.huxley.net/bnw/four.html">
<p>
Words can be like X-rays,
if you use them properly—they’ll go through anything.
You read and you’re pierced.
</p>
</blockquote>