Package.yml: Fix rogue Hugo YAML header.
This commit is contained in:
parent
8ec43cd6cf
commit
4d8e92a555
|
@ -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.
|
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
|
``` bash
|
||||||
---
|
|
||||||
title: Run the configure macro with the given arguments
|
|
||||||
---
|
|
||||||
# Run the configure macro with the given arguments
|
# Run the configure macro with the given arguments
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
```
|
```
|
||||||
|
|
Reference in New Issue