Skip to content

Commit

Permalink
novo post
Browse files Browse the repository at this point in the history
  • Loading branch information
joelxr committed Jul 4, 2016
1 parent 1bc7e39 commit da3d183
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
5 changes: 1 addition & 4 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,11 @@
<h5>{{site.title}}</h5>
</div>
<div class="col s4 m1 l1">
<i class="fa fa-instagram medium"></i>
<a href="https://www.instagram.com/umespressoumdia/"><i class="fa fa-instagram medium"></i></a>
</div>
<div class="col s4 m1 l1">
<a href="{{ "/feed.xml" | prepend: site.baseurl }}"><i class="fa fa-rss-square medium"></i></a>
</div>
<div class="col s4 m1 l1">
<i class="fa fa-envelope-square medium"></i>
</div>
</div>
</div>
<div class="footer-copyright">
Expand Down
8 changes: 2 additions & 6 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,10 @@
<div class="col s10 m10 l4">
<h2 class="header">{{ page.title }}</h2>
<h4>
{% for i in (1..page.rate) %}
<i class="fa fa-star"></i>
{% endfor %}
{% assign n = (page.rate | floor) %}
{% assign p = (page.rate | minus:n) %}
{% if p != 0 %}
<i class="fa fa-star-half-o"></i>
{% endif %}
{% for i in (1..page.rate) %}<i class="fa fa-star"></i>{% endfor %}
{% if p != 0 %}<i class="fa fa-star-half-o"></i>{% endif %}
</h4>
<h5>
<i class="fa fa-calendar"></i> {{ page.date | date: "%d/%m/%y" }}
Expand Down
2 changes: 1 addition & 1 deletion _posts/2016-06-03-graoespresso.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ place-instagram: https://www.instagram.com/graoespressoiguatemifortal/
place-facebook: https://www.facebook.com/graoespressoiguatemifortaleza/
place-email:
place-tripadvisor:
place-foursqaure: https://pt.foursquare.com/v/gr%C3%A3o-espresso/54d6903a498eab48114427b2
place-foursquare: https://pt.foursquare.com/v/gr%C3%A3o-espresso/54d6903a498eab48114427b2
place-phone: (85) 98974.7372
place-site: http://www.graoespresso.com.br/
location: Av. Washington Soares, 85 - Loja 714. Shopping Iguatemi
Expand Down

0 comments on commit da3d183

Please sign in to comment.