Skip to content

Commit

Permalink
Blog call in english
Browse files Browse the repository at this point in the history
  • Loading branch information
camargozzini committed Aug 29, 2018
1 parent 3e2e6ca commit d0dd147
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
10 changes: 10 additions & 0 deletions _includes/blog-en.html
@@ -0,0 +1,10 @@
<div class="" style="background-image: url({{ site.baseurl }}/assets/img/hero04.png);">
<div class="container">
<div class="row">
<div class="col-md-5 mt-90 mb-90">
<h4 class="white mb-30">To strengthen democracies is to weave hundreds of stories.</h4>
<a class="btn btn-secondary" href="https://blog.ciudadanointeligente.org/" target="_blank">Read them at our blog <i class="far fa-long-arrow-right"></i></a>
</div>
</div>
</div>
</div>
8 changes: 7 additions & 1 deletion _layouts/home.html
Expand Up @@ -34,4 +34,10 @@ <h1 class="mt-30">
{% include how.html %}
{% endif %}

{% include blog.html %}
{% if page.lang=='es' %}
{% include blog.html %}
{% endif %}

{% if page.lang=='en' %}
{% include blog-en.html %}
{% endif %}

0 comments on commit d0dd147

Please sign in to comment.