Add presentation that shows how to add a logo

This commit is contained in:
Josh Dzielak
2019-02-12 16:24:39 +01:00
parent 1c923b83b3
commit c9eb28e347
6 changed files with 109 additions and 1 deletions
@@ -0,0 +1,9 @@
<style>
#logo {
position: absolute;
top: 20px;
left: 20px;
width: 250px;
}
</style>
<img id="logo" src="{{ .Param "logo.src" }}" alt="{{ .Param "logo.alt" }}">