docs/themes/learn/layouts/partials/logo.html

4 lines
187 B
HTML
Raw Normal View History

2023-05-24 16:17:12 +00:00
<a id="logo" href='{{ (cond (and (ne .Site.Params.landingPageURL nil) (.Site.IsMultiLingual)) .Site.Params.landingPageURL "/") }}'>
<img src="/img/novit-logo.png" alt="NOVIT.IO">
</a>