Skip to content

Commit 17446f4

Browse files
committed
Theme image placeholder
1 parent 89d8e43 commit 17446f4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/App/Pages/Admin/Settings/Themes.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{
1313
<div class="post-grid-col">
1414
<div class="post-grid-item">
15-
<a class="item-link" style="background-image:url(https://placehold.it/180x100);"><div class="item-title mt-auto">@theme.Value</div></a>
15+
<a class="item-link" style="background-image:url(/lib/img/img-placeholder.png);"><div class="item-title mt-auto">@theme.Value</div></a>
1616
<div class="item-info d-flex align-items-center">
1717
<span class="item-date mr-auto">@theme.Value</span>
1818
@if (theme.Value == Model.BlogItem.Theme)
13.5 KB
Loading

0 commit comments

Comments
 (0)