From 4d8e92a55550fb60a99cfafeb3ca467ed5a2c8b0 Mon Sep 17 00:00:00 2001 From: Joshua Strobl Date: Sat, 25 Feb 2017 22:15:14 +0200 Subject: [PATCH] Package.yml: Fix rogue Hugo YAML header. --- packaging/package.yml/en.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/packaging/package.yml/en.md b/packaging/package.yml/en.md index 794eee4..d3a05e5 100644 --- a/packaging/package.yml/en.md +++ b/packaging/package.yml/en.md @@ -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 ```