---
title: Salamandra devs
-homeIcon: "images/banner_home.svg"
+homeIcon: "images/salamandra.svg"
---
Hola, como verás este sitio está en construcción; pero lo mágico es que lo estamos construyendo entre todos los miembros del canal. Así que entra a [Salamandra Devs](https://t.me/salamandradevs) en Telegram y cuéntanos qué cambio quieres hacer; puede ser un color, un botón, una imagen, lo que sea.
width: 100%;
}
-nav div {
+nav div:first-child {
display: flex;
- flex-flow: nowrap;
- width: 100%;
+ flex-flow: row nowrap;
align-items: center;
- justify-content: start;
+ justify-content: flex-start;
+ width: 100%;
+ margin-left: 1rem;
+}
+
+nav div img:first-child {
+ width: 3rem;
}
nav ul {
{{ "<!-- Partial block for navbar -->" | safeHTML }}
<nav>
{{ with .Site.GetPage "home" }}
- <div> <img src=".params.homeIcon|abs url" alt=""> <a class="hover" href="{{ .Permalink }}">{{ .Title }}</a></div>
+ <div><img src="{{ .Params.homeIcon | absURL }}" alt=""><a class="hover" href="{{ .Permalink }}">{{ .Title }}</a></div>
{{ end }}
-
<ul>
-
{{ range .Site.Sections }}
<li><a class="hover" href="{{ .Permalink }}">{{ .Title }}</a></li>
{{ end }}