mirror of
https://github.com/Threnklyn/reveal-hugo.git
synced 2026-06-07 05:53:32 +02:00
Add presentation that shows how to add a logo
This commit is contained in:
@@ -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" }}">
|
||||
Reference in New Issue
Block a user