darko icon indicating copy to clipboard operation
darko copied to clipboard

Please support default values in _config.yml

Open mariusa opened this issue 6 years ago • 0 comments

_config.yml can have

defaults:
  -
    values:
      layout: "default"


This way, there's no need to specify in every html

---
layout: default
---

This works in jekyll, but not darko.

mariusa avatar Sep 17 '19 05:09 mariusa