Pico/lib
Daniel Rudolf fb4bdfe1fc
Fix Pico::parseFileMeta() for non-YAML 1-liners
\Symfony\Component\Yaml\Parser::parse() returns the unchanged value when a 1-liner string which is no valid YAML is passed. Assume this string to be the page title. Thus the following page will work now:

```
---
This is the title
---

# Example page

{{ meta.title }} is going to be "This is the title" - or "%meta.title%" == "This is the title".
```
2016-07-15 03:13:58 +02:00
..
AbstractPicoPlugin.php Improve phpDocs class docs 2016-05-23 15:13:56 +02:00
Pico.php Fix Pico::parseFileMeta() for non-YAML 1-liners 2016-07-15 03:13:58 +02:00
PicoPluginInterface.php Improve phpDocs class docs 2016-05-23 15:13:56 +02:00
PicoTwigExtension.php Improve phpDocs class docs 2016-05-23 15:13:56 +02:00