view tests/procs/test_dotfiles.yaml @ 957:84d8fadf9e67

page: Default to an empty title instead of 'Untitled Page'. This helps for microblogging because tweet-like posts often have no title.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 07 Oct 2017 12:11:13 -0700
parents bab91fcef741
children
line wrap: on
line source

---
in:
    assets/something.txt: Foo bar
    assets/.htaccess: "# Apache config"
outfiles:
    something.txt: Foo bar
    .htaccess: "# Apache config"