This repository has been archived on 2024-06-06. You can view files and clone it, but cannot push or open issues or pull requests.
vitrine/layouts/partials/logo-example/reveal-hugo/body.html

9 lines
179 B
HTML
Raw Permalink Normal View History

2022-01-05 23:28:57 +01:00
<style>
#logo {
position: absolute;
top: 20px;
left: 20px;
width: 250px;
}
</style>
<img id="logo" src="{{ .Param "logo.src" }}" alt="{{ .Param "logo.alt" }}">