Cesta loga se přebírá z proměnné v config.toml

master
Emil Miler 5 years ago
parent ff54ca21f7
commit 88ac4d36c0

@ -17,3 +17,4 @@ build_search_index = false
[extra] [extra]
# Put all your custom variables here # Put all your custom variables here
logo = "pedf-logo.png"

@ -10,7 +10,7 @@
</head> </head>
<body> <body>
<div id="header"> <div id="header">
<img src="/pedf-logo.png" alt="PedF"> <img src="/{{ config.extra.logo }}" alt="Logo">
<div> <div>
<a href="{{ config.base_url }}">{{ config.title }}</a> <a href="{{ config.base_url }}">{{ config.title }}</a>
<span class="subtitle">{{ config.description }}</span> <span class="subtitle">{{ config.description }}</span>