From bcb9ca95518126131a16fcde894fc8765e7ab010 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 21 Jan 2016 22:35:24 +0100 Subject: more explore --- templates/index.php | 3 ++- templates/part.content.explore.php | 55 +++++++++++++++++++------------------- 2 files changed, 30 insertions(+), 28 deletions(-) (limited to 'templates') diff --git a/templates/index.php b/templates/index.php index 7d9d69297..1958428a5 100644 --- a/templates/index.php +++ b/templates/index.php @@ -9,7 +9,8 @@ script('news', [ 'vendor/angular-route/angular-route.min', 'vendor/angular-sanitize/angular-sanitize.min', 'vendor/momentjs/min/moment-with-locales.min', - 'build/app.min' + 'vendor/masonry/dist/masonry.pkgd.min', + 'build/app.min', ]); style('news', 'news.min'); diff --git a/templates/part.content.explore.php b/templates/part.content.explore.php index 45e312f58..8b576f117 100644 --- a/templates/part.content.explore.php +++ b/templates/part.content.explore.php @@ -1,33 +1,34 @@ inc('part.content.cronwarning')) ?>
-
-

{{ category }}

- -
    -
  • -

    - {{ entry.title }} -

    -

    - {{ entry.title }} -

    -
    - {{ entry.description }} +
    + +
    +
      +
    • + {{ entry.category }} +

      + {{ entry.title }} +

      +

      + {{ entry.title }} +

      +
      +
      +

      {{ entry.description }}

      - + -
      - -
      -
    • -
    -
    +
+
+ +
+ +
\ No newline at end of file -- cgit v1.2.3