Created
February 22, 2018 23:41
-
-
Save gingerrific/4b631c1e6dbbf6eb379a7b292de1a03d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% set filteredPosts = posts | selectattr("link") %} | |
{# filter posts to posts that actually contain a link #} | |
{% if filteredPosts and (filteredPosts | length) %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.