<p class="subtitle">
This is just a the Subtitle.
</p>
<p class="subtitle">
{{ subtitle }}
</p>
{
"subtitle": "This is just a the Subtitle."
}
.subtitle {
padding: $space_and_half;
font-size: 2rem;
font-weight: 400;
color: $lehigh_brown;
line-height: 1.2;
.color-scheme-dark & {
color: $lehigh_brown_darkmode;
}
}
Display of the subtitle available for a page.