Skip to content

Commit 30b094d

Browse files
authored
Add files via upload
1 parent 42e8b5a commit 30b094d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

_layouts/default.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,17 @@
2121
<body>
2222
<div class="wrapper">
2323
<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-
2724
<ul>
2825
<li style="color: #fff;"><a href="/" alt="sobre">home</a></li>
2926
<li style="color: #fff;"><a href="/about/" alt="blog">about</a></li>
3027
<!--<li><a href="/blog/" alt="blog">blog</a></li>-->
3128
<!--<li><a href="/talks/" alt="talks">talks</a></li> -->
3229
</ul>
30+
<img src="{{ site.production_url }}/assets/images/vameri.jpg" alt="foto vameri" height="100" width="100">
31+
<h2><a href="/" alt="home">Vagner Ribas</a></h2>
32+
33+
34+
3335
</header>
3436
<section>
3537
{{ content }}

0 commit comments

Comments
 (0)