diff --git a/_config.yml b/_config.yml index bcde8b4..d44d968 100644 --- a/_config.yml +++ b/_config.yml @@ -3,12 +3,4 @@ baseurl: "" # the subpath of your site, e.g. /blog/ url: "http://liquidmarkup.org" # the base hostname & protocol for your site markdown: kramdown collections: - filters: - output: true - -defaults: - - - scope: - type: filters - values: - layout: page + - filters diff --git a/_layouts/default.html b/_layouts/default.html index 929ea56..6cff173 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -12,7 +12,7 @@
  • {{ collection[0] | capitalize }}
  • diff --git a/filters.md b/filters.md new file mode 100644 index 0000000..fcb99aa --- /dev/null +++ b/filters.md @@ -0,0 +1,12 @@ +--- +title: Filters +permalink: /filters/ +layout: page +--- + +{% for doc in site.filters %} + +

    + {{ doc.output }} +

    +{% endfor %}