mirror of
https://github.com/bastienwirtz/homer.git
synced 2025-12-17 05:39:50 +01:00
Adding missing rel attribute on links.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<section v-if="config.header" class="first-line">
|
||||
<div v-cloak class="container">
|
||||
<div class="logo">
|
||||
<img v-if="config.logo" :src="config.logo" />
|
||||
<img v-if="config.logo" :src="config.logo" alt="dashboard logo" />
|
||||
<i v-if="config.icon" :class="config.icon"></i>
|
||||
</div>
|
||||
<div class="dashboard-title">
|
||||
|
||||
Reference in New Issue
Block a user