Skip to content

Commit

Permalink
Merge branch 'release/2.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviocopes committed Jan 24, 2017
2 parents 714f592 + a469c29 commit 127710e
Show file tree
Hide file tree
Showing 11 changed files with 2,716 additions and 696 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# v2.1.0
## 01/24/2017

1. [](#new)
* Updated to FontAwesome 4.7.0 with [Grav icon](http://fontawesome.io/icon/grav/)
1. [](#improved)
* Added croatian
* Changed "SimpleSearch" string in the sidebar to "Search"
1. [](#bugfix)
* Removed unreachable condition [#85](https://github.com/getgrav/grav-theme-antimatter/pull/85)
* Fixed a typo in the french translation

# v2.0.0
## 07/14/2016

Expand All @@ -6,7 +18,7 @@
1. [](#improved)
* Updated to FontAwesome 4.6.3
* Added romanian, russian and ukranian

# v2.0.0-beta.1
## 05/23/2016

Expand Down
2 changes: 1 addition & 1 deletion blueprints.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Antimatter
version: 2.0.0
version: 2.1.0
description: "Antimatter is the default theme included with **Grav**"
icon: empire
author:
Expand Down
4 changes: 2 additions & 2 deletions css/font-awesome.min.css

Large diffs are not rendered by default.

Binary file removed fonts/FontAwesome.otf
Binary file not shown.
Binary file modified fonts/fontawesome-webfont.eot
Binary file not shown.
3,350 changes: 2,668 additions & 682 deletions fonts/fontawesome-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fonts/fontawesome-webfont.ttf
Binary file not shown.
Binary file modified fonts/fontawesome-webfont.woff
Binary file not shown.
Binary file modified fonts/fontawesome-webfont.woff2
Binary file not shown.
34 changes: 31 additions & 3 deletions languages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ en:
PREV_POST: Previous Post
SIDEBAR:
SIMPLE_SEARCH:
HEADLINE: SimpleSearch
HEADLINE: Search
RELATED_POSTS:
HEADLINE: Related Posts
RANDOM_ARTICLE:
Expand Down Expand Up @@ -93,7 +93,7 @@ fr:
HEADLINE: Articles en relation
RANDOM_ARTICLE:
HEADLINE: Article aléatoire
FEELING_LUCKY: J'ai de la chance !
FEELING_LUCKY: Jai de la chance !
SOME_TEXT_WIDGET:
HEADLINE: Du texte gadget
POPULAR_TAGS:
Expand All @@ -103,7 +103,7 @@ fr:
SYNDICATE:
HEADLINE: Syndication
FORM_DATA:
SUMMARY: "Voici le résumé de ce que vous avez écrit pour nous:"
SUMMARY: "Voici le résumé de ce que vous avez écrit pour nous :"
ERROR: Erreur

it:
Expand Down Expand Up @@ -212,3 +212,31 @@ uk:
FORM_DATA:
SUMMARY: "Ви написали нам:"
ERROR: Помилка

hr:
TRANSLATION_TEST: Antimatter!
BLOG:
ITEM:
CONTINUE_READING: Nastavi s čitanjem...
NEXT_POST: Slijedeća objava
PREV_POST: Prethodna objava
SIDEBAR:
SIMPLE_SEARCH:
HEADLINE: Pretraživanje
RELATED_POSTS:
HEADLINE: Povezane objave
RANDOM_ARTICLE:
HEADLINE: Slučajni članak
FEELING_LUCKY: Osjećam se sretno!
SOME_TEXT_WIDGET:
HEADLINE: Neki tekst widget
POPULAR_TAGS:
HEADLINE: Popularni tagovi
ARCHIVES:
HEADLINE: Arhiva
SYNDICATE:
HEADLINE: Kanali
FORM_DATA:
SUMMARY: "Ovo je sažetak onog što ste nam napisali:"
ERROR: Greška

8 changes: 1 addition & 7 deletions templates/partials/blog_item.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,7 @@
</div>
{% elseif truncate %}
<div class="p-summary e-content">
{% if page.summary != page.content %}
{{ page.content|truncate(550) }}
</div>
{% else %}
{{ page.content }}

{% endif %}
{{ page.content }}
<p><a href="{{ page.url }}">{{ 'BLOG.ITEM.CONTINUE_READING'|t }}</a></p>
</div>
{% else %}
Expand Down

0 comments on commit 127710e

Please sign in to comment.