Update 2
This commit is contained in:
8
layouts/shortcodes/download.html
Normal file
8
layouts/shortcodes/download.html
Normal file
@ -0,0 +1,8 @@
|
||||
<div class="container">
|
||||
<div class="card border-primary rounded-0 hover-shadow mb-5">
|
||||
<div class="card-body">
|
||||
<h4 class="card-title"><a href='{{ .Get "link" }}'>{{ .Get "title" }}</a></h4>
|
||||
<a href='{{ .Get "link" }}' class="btn btn-primary btn-sm">Download</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user