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

4 lines
200 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 "/") }}'>
2023-05-29 08:57:36 +00:00
<img src="{{"img/novit-log.png" | relURL}}" alt="NOVIT.IO">
2023-05-24 16:17:12 +00:00
</a>