This commit is contained in:
parent
b36b6cb430
commit
89e0b7f9bc
|
@ -49,6 +49,7 @@ templ HomeContent(c *views.Context, data Data) {
|
||||||
})
|
})
|
||||||
</div>
|
</div>
|
||||||
for _, recently := range data.RecentlyAddedImages {
|
for _, recently := range data.RecentlyAddedImages {
|
||||||
|
<div class="divider"></div>
|
||||||
<h2 class="mt-4">{ recently.Device.Name }</h2>
|
<h2 class="mt-4">{ recently.Device.Name }</h2>
|
||||||
for _, subreddit := range recently.Subreddits {
|
for _, subreddit := range recently.Subreddits {
|
||||||
<h4>
|
<h4>
|
||||||
|
|
Loading…
Reference in a new issue