mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-08-31 00:57:33 -05:00
21 lines
558 B
HTML
21 lines
558 B
HTML
<a class="section-anchor" href="{{ .Permalink }}">
|
|
<div class="section">
|
|
<div>
|
|
<h2 class="section-title">
|
|
{{ with .Params.icon }}{{ partial "icon.html" . }}{{ end }}
|
|
{{ .Title | markdownify }}
|
|
</h2>
|
|
|
|
{{ with .Summary }}
|
|
<div class="section-description">
|
|
{{ . }}
|
|
</div>
|
|
{{ end }}
|
|
</div>
|
|
|
|
<div class="section-arrow">
|
|
{{ partial "icon.html" "arrow-right" }}
|
|
</div>
|
|
</div>
|
|
</a>
|