mirror of
https://github.com/tcsenpai/obsidiangarden_netlify.git
synced 2025-06-07 13:15:20 +00:00
Only add emoji when using default theme
This commit is contained in:
parent
28f078a9f2
commit
403edf591a
@ -19,7 +19,10 @@
|
|||||||
</head>
|
</head>
|
||||||
<body class="theme-{{meta.baseTheme}} markdown-preview-view">
|
<body class="theme-{{meta.baseTheme}} markdown-preview-view">
|
||||||
<div class="content centered">
|
<div class="content centered">
|
||||||
|
|
||||||
|
{%-if not meta.themeStyle%}
|
||||||
<div class="font-bg"> 😎 </div>
|
<div class="font-bg"> 😎 </div>
|
||||||
|
{%endif%}
|
||||||
<h1>There is nothing here</h1>
|
<h1>There is nothing here</h1>
|
||||||
<p>If you got here from a link, this note is probably not made public</p>
|
<p>If you got here from a link, this note is probably not made public</p>
|
||||||
<a href="/">Go back home</a>
|
<a href="/">Go back home</a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user