mirror of
https://github.com/bcicen/ctop.git
synced 2025-12-06 23:26:45 +08:00
add build script, hugo src
This commit is contained in:
11
src/themes/hugo-creative-theme/layouts/partials/aside.html
Normal file
11
src/themes/hugo-creative-theme/layouts/partials/aside.html
Normal file
@@ -0,0 +1,11 @@
|
||||
{{ "<!-- ASIDE -->" | safeHTML }}
|
||||
<aside class="bg-dark">
|
||||
<div class="container text-center">
|
||||
<div class="call-to-action">
|
||||
{{ with .Site.Params.aside.headline }}<h2>{{ . }}</h2>{{ end }}
|
||||
{{ if and .Site.Params.aside.button.link .Site.Params.aside.button.text }}
|
||||
<a href="{{ .Site.Params.aside.button.link }}" class="btn btn-default btn-xl wow tada">{{ .Site.Params.aside.button.text }}</a>
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
</aside>
|
||||
Reference in New Issue
Block a user