This commit is contained in:
Denys Konovalov
2020-08-11 15:20:41 +02:00
parent 6b43ab49ff
commit 11f0d07d87
799 changed files with 929 additions and 847 deletions

View 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>