feat: rend le logo cliquable

pull/1/head
Jalil Arfaoui 2022-07-26 01:43:52 +02:00
parent 7cfe52f3cd
commit c663d44157
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<body> <body>
<div class="my-3 bg-orange-50 rounded-xl container mx-auto"> <div class="my-3 bg-orange-50 rounded-xl container mx-auto">
<header> <header>
<img id="Logo" class="max-h-20 overflow-hidden p-1" src="/images/Logo.jpg"/> <a href="/"><img id="Logo" class="max-h-20 overflow-hidden p-1" src="/images/Logo.jpg"/></a>
<div id="Title" class="text-2xl font-bold"><a href="{{ '/' | url }}">{{ metadata.title }}</a></div> <div id="Title" class="text-2xl font-bold"><a href="{{ '/' | url }}">{{ metadata.title }}</a></div>
{% set navigationOptions = { {% set navigationOptions = {