We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89d8e43 commit 17446f4Copy full SHA for 17446f4
src/App/Pages/Admin/Settings/Themes.cshtml
@@ -12,7 +12,7 @@
12
{
13
<div class="post-grid-col">
14
<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>
+ <a class="item-link" style="background-image:url(/lib/img/img-placeholder.png);"><div class="item-title mt-auto">@theme.Value</div></a>
16
<div class="item-info d-flex align-items-center">
17
<span class="item-date mr-auto">@theme.Value</span>
18
@if (theme.Value == Model.BlogItem.Theme)
src/App/wwwroot/lib/img/img-placeholder.png
13.5 KB
0 commit comments