We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42e8b5a commit 30b094dCopy full SHA for 30b094d
1 file changed
_layouts/default.html
@@ -21,15 +21,17 @@
21
<body>
22
<div class="wrapper">
23
<header>
24
- <img src="{{ site.production_url }}/assets/images/vameri.jpg" alt="foto vameri" height="100" width="100">
25
- <h2><a href="/" alt="home">Vagner Ribas</a></h2>
26
-
27
<ul>
28
<li style="color: #fff;"><a href="/" alt="sobre">home</a></li>
29
<li style="color: #fff;"><a href="/about/" alt="blog">about</a></li>
30
<!--<li><a href="/blog/" alt="blog">blog</a></li>-->
31
<!--<li><a href="/talks/" alt="talks">talks</a></li> -->
32
</ul>
+ <img src="{{ site.production_url }}/assets/images/vameri.jpg" alt="foto vameri" height="100" width="100">
+ <h2><a href="/" alt="home">Vagner Ribas</a></h2>
+
33
34
35
</header>
36
<section>
37
{{ content }}
0 commit comments