Fixed spotlight bad URL
This commit is contained in:
parent
18839ea990
commit
8f89dbc602
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
{{.Content}}
|
||||
<div class="masonry spotlight-group" data-theme="white">
|
||||
{{ range $.Site.Data.photos }}
|
||||
<a class="item spotlight white" href="{{ .src }}?nf_resize=fit">
|
||||
<a class="item spotlight white" href="{{ .src }}">
|
||||
<img src="{{ .src }}?nf_resize=fit&w=300">
|
||||
<div class="caption">{{ .name }}</div>
|
||||
</a>
|
||||
|
|
Loading…
Add table
Reference in a new issue