1
0
mirror of https://github.com/BBaoVanC/bobatheme.git synced 2025-06-18 03:47:28 -05:00
Files
archetypes
assets
data
exampleSite
i18n
layouts
_default
_markup
summary
author.html
post.html
section.html
series.html
series_post.html
baseof.html
list.html
single.html
authors
partials
series
shortcodes
taxonomy
home.html
robots.txt
static
.editorconfig
.gitignore
.gitmodules
LICENSE
README.md
config.yaml
theme.toml
bobatheme/layouts/_default/summary/section.html

13 lines
369 B
HTML

<a class="section-anchor" href="{{ .Permalink }}">
<div class="section">
<h2 class="section-title">
{{ with .Params.icon }}{{ partial "icon.html" . }}{{ end }}
{{ .Title | markdownify }}
</h2>
<div class="section-description">
{{ partial "description-or-summary.html" . }}
</div>
</div>
</a>