aboutsummaryrefslogtreecommitdiff
path: root/templates/page/index.gohtml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/page/index.gohtml')
-rw-r--r--templates/page/index.gohtml6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/page/index.gohtml b/templates/page/index.gohtml
index 6aaa742..e39c8f4 100644
--- a/templates/page/index.gohtml
+++ b/templates/page/index.gohtml
@@ -11,9 +11,9 @@
</div>
<p class="description">{{ .Description }}</p>
<div class="links">
- <div class="link"><a href="">Link 1</a></div>
- <div class="link"><a href="">Link 2</a></div>
- <div class="link"><a href="">Link 3</a></div>
+ {{ range $link := .Links }}
+ <div class="link" style="{{ $link.GetBackground }}"><a href="{{ $link.Link }}">{{ $link.Content }}</a></div>
+ {{end}}
</div>
</main>
{{end}} \ No newline at end of file