presentazione-pass/themes/reveal-hugo/exampleSite/layouts/partials/logo-example/reveal-hugo/body.html

9 lines
179 B
HTML
Raw Normal View History

2020-06-19 21:42:18 +02:00
<style>
#logo {
position: absolute;
top: 20px;
left: 20px;
width: 250px;
}
</style>
<img id="logo" src="{{ .Param "logo.src" }}" alt="{{ .Param "logo.alt" }}">