From 451b947d6f59556abc84a24ad1b15cf59b9f3971 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 19 Jan 2014 20:39:00 +0100 Subject: [PATCH] change title Signed-off-by: Nico Schottelius --- blog/stdin-here-documents-templating-in-cdist.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/stdin-here-documents-templating-in-cdist.mdwn b/blog/stdin-here-documents-templating-in-cdist.mdwn index 07521ebe..066f1ef7 100644 --- a/blog/stdin-here-documents-templating-in-cdist.mdwn +++ b/blog/stdin-here-documents-templating-in-cdist.mdwn @@ -1,4 +1,4 @@ -[[!meta title="Using stdin and here documents in cdist for templating"]] +[[!meta title="How to use stdin and here documents for templating in cdist"]] ## Introduction