Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ <h1 class="title-po-ex">{{ page.title }}</h1>
</header>

<article class="content-po-ex">
{% if page.link %}
Esse post está em outro lugar, <a href="{{ page.link }}" title="{{ page.link }}">clique aqui</a> ou espere alguns segundos para ser redirecionado.
<script type="text/javascript">
window.location.replace("{{ page.link }}");
</script>
{% endif %}
{{ content }}
<span class="edit"><a href="{{ page.edit }}" target="_blank" ><i class="fa fa-github fa-2x"></i> Editar esse post</a></span>
</article>
Expand Down
4 changes: 2 additions & 2 deletions _posts/2015-12-15-relato-projeto-open-source.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ published: 15-12-2015
categories: blog
description: Estudos em cenários reais, ajudando o próximo, desfrutando do open source.
image: "/assets/imagem/artigo-relato.jpeg"
url: https://medium.com/@andersoonfront/relato-de-uma-projeto-open-source-925ab40098e8#.473fhllng
---
link: https://medium.com/@andersoonfront/relato-de-uma-projeto-open-source-925ab40098e8#.473fhllng
---
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ published: 27-02-2016
categories: blog
description: Desde lá já li centenas de artigos, sem contar alguns que leio no médium que não coloco lá...
image: "/assets/imagem/corrigir-deficiencias.jpeg"
url: https://medium.com/@andersoonfront/tentando-corrigir-minhas-defici%C3%AAncias-9138ee858850#.kccgkgrsd
---
link: https://medium.com/@andersoonfront/tentando-corrigir-minhas-defici%C3%AAncias-9138ee858850#.kccgkgrsd
---