mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-06-18 03:47:28 -05:00
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
13 lines
369 B
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>
|