Only add emoji when using default theme

This commit is contained in:
Ole Eskild Steensen 2022-03-21 21:15:15 +01:00
parent 28f078a9f2
commit 403edf591a

View File

@ -19,7 +19,10 @@
</head>
<body class="theme-{{meta.baseTheme}} markdown-preview-view">
<div class="content centered">
{%-if not meta.themeStyle%}
<div class="font-bg"> &#x1F60E; </div>
{%endif%}
<h1>There is nothing here</h1>
<p>If you got here from a link, this note is probably not made public</p>
<a href="/">Go back home</a>