diff --git a/Gemfile b/Gemfile index a7750b8..3a1ebf3 100644 --- a/Gemfile +++ b/Gemfile @@ -1 +1,2 @@ -gem 'jekyll', '>=2.0.0' \ No newline at end of file +source 'https://rubygems.org' +gem 'github-pages' \ No newline at end of file diff --git a/brick.php b/brick.php index b95e46f..225b9c6 100644 --- a/brick.php +++ b/brick.php @@ -8,7 +8,7 @@ */ // Catalogue array -{% assign fonts = site.pages | sort: 'family' %} +{% assign fonts = site.pages %} $catalogue = array( {% for font in fonts %} {% if font.layout == "font" %} diff --git a/fonts/index.html b/fonts/index.html index e0c88fe..e339840 100644 --- a/fonts/index.html +++ b/fonts/index.html @@ -35,7 +35,7 @@