open-story-teller/docs/themes/ace-documentation/layouts/partials/title.html
2023-04-21 14:03:08 +02:00

11 lines
362 B
HTML

<div class="d-flex flex-column">
<h1 class="js-title">{{ .Title }}</h1>
<div class="d-flex align-items-center">
{{ if .Site.Params.enableFavorites }}
<button class="js-toggle-favorite-btn pl-0 btn btn-sm"><i class="mr-1 fas fa-star"></i><span class="js-toggle-favorite-text"></span></button>
{{ end }}
</div>
</div>
<hr>