Package.yml: Fix rogue Hugo YAML header.

This commit is contained in:
Joshua Strobl 2017-02-25 22:15:14 +02:00
parent 8ec43cd6cf
commit 4d8e92a555
No known key found for this signature in database
GPG Key ID: 3F6FD9A6B13E584D
1 changed files with 0 additions and 3 deletions

View File

@ -91,9 +91,6 @@ they are substituted within the script before execution.
Macros are prefixed with `%`, and are substituted before your script is executed. Macros ending with `%` are used to provide directory names or build values, to the script.
``` bash
---
title: Run the configure macro with the given arguments
---
# Run the configure macro with the given arguments
%configure --disable-static
```