mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2024-11-15 10:55:16 +01:00
7 lines
197 B
HTML
7 lines
197 B
HTML
|
<section class="welcome">
|
||
|
<div class="mini_container">
|
||
|
<h1 class="welcome__title">{{.Param "Title"}}</h1>
|
||
|
<p class="welcome__description">{{.Param "Description"}}</p>
|
||
|
</div>
|
||
|
</section>
|