parent
56544f9e86
commit
3e2ac9f852
@ -25,4 +25,5 @@ require (
|
|||||||
github.com/gethugothemes/hugo-modules/tab v0.0.0-20230731024856-cab17e406beb // indirect
|
github.com/gethugothemes/hugo-modules/tab v0.0.0-20230731024856-cab17e406beb // indirect
|
||||||
github.com/gethugothemes/hugo-modules/table-of-contents v0.0.0-20230731024856-cab17e406beb // indirect
|
github.com/gethugothemes/hugo-modules/table-of-contents v0.0.0-20230731024856-cab17e406beb // indirect
|
||||||
github.com/gethugothemes/hugo-modules/videos v0.0.0-20230731024856-cab17e406beb // indirect
|
github.com/gethugothemes/hugo-modules/videos v0.0.0-20230731024856-cab17e406beb // indirect
|
||||||
|
github.com/zeon-studio/hugoplate v0.0.0-20230731041653-56544f9e8606 // indirect
|
||||||
)
|
)
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
{{ if .enable }}
|
{{ if .enable }}
|
||||||
<a class="btn btn-primary" href="{{ .link | absURL }}">
|
<a class="btn btn-primary" href="{{ .link | absURL }}">
|
||||||
{{ .label }}
|
{{ .label }}
|
||||||
<i class="fa fa-arrow-right"></i>
|
<i class="fa fa-arrow-right pl-2"></i>
|
||||||
</a>
|
</a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
@ -59,6 +59,14 @@
|
|||||||
</li>
|
</li>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</ul>
|
</ul>
|
||||||
|
{{ with .button }}
|
||||||
|
{{ if .enable }}
|
||||||
|
<a class="btn btn-primary mt-6" href="{{ .link | absURL }}">
|
||||||
|
{{ .label }}
|
||||||
|
<i class="fa fa-arrow-right pl-2"></i>
|
||||||
|
</a>
|
||||||
|
{{ end }}
|
||||||
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user