This repository has been archived on 2022-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
verticallyalignedcarbonnano.../themes/reveal-hugo/exampleSite/layouts/partials/logo-example/reveal-hugo/body.html

9 lines
179 B
HTML

<style>
#logo {
position: absolute;
top: 20px;
left: 20px;
width: 250px;
}
</style>
<img id="logo" src="{{ .Param "logo.src" }}" alt="{{ .Param "logo.alt" }}">