Add a class name to site description

This commit is contained in:
Sodbileg Gansukh
2022-05-02 17:43:02 +08:00
parent f41761e0ad
commit 9a09ff41c3
4 changed files with 5 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ into the {body} of the default.hbs template --}}
{{@site.title}}
{{/if}}
</h1>
<p>{{@site.description}}</p>
<p class="site-description">{{@site.description}}</p>
</div>
{{/match}}