fix templates
This commit is contained in:
@@ -15,9 +15,9 @@
|
||||
<div style="width: 100%; height: 20rem; background-color: #f2f2f2; display: flex; justify-content: center; align-items: center;">
|
||||
<h1>DownloadHub</h1>
|
||||
</div>
|
||||
<div class="container" style="margin-top: 1rem;">
|
||||
<div class="container" style="margin-top: 1rem; display: flex">
|
||||
{{ range . }}
|
||||
<div class="card" style="width: 18rem;">
|
||||
<div class="card" style="width: 18rem; margin: 2rem">
|
||||
{{ if .ScreenshotURLs }}
|
||||
<img src="{{ index .ScreenshotURLs 0 }}" class="card-img-top">
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user