changed website target
This commit is contained in:
parent
55112c96dc
commit
e5c7dc6f44
@ -43,6 +43,7 @@ air dev
|
||||
|
||||
## TODO
|
||||
|
||||
- configure target of website cards
|
||||
- implementing proper command line args
|
||||
- clear cache
|
||||
- implement fetching in intervals
|
||||
|
@ -40,7 +40,7 @@
|
||||
{{ if eq .ActiveCard "websites" }}
|
||||
<div class="cards" id="websites">
|
||||
{{range $Website := .Websites }}
|
||||
<a target="_blank" href="{{ $Website.Url }}" class="card">
|
||||
<a href="{{ $Website.Url }}" class="card">
|
||||
<h3>{{ $Website.Name }}</h3>
|
||||
<img class="card-image" src="{{ $Website.ImageUrl }}" alt="{{ $Website.Name }} picture">
|
||||
</a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user