From b2af90ae96d2d7a5390053edceb285f21c62afa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Mon, 24 Jul 2017 19:50:59 +0200 Subject: [PATCH] Remove formatting in description of blog article --- content/news/http2-server-push-in-hugo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/news/http2-server-push-in-hugo.md b/content/news/http2-server-push-in-hugo.md index fb5ede74a..b2effbb9b 100644 --- a/content/news/http2-server-push-in-hugo.md +++ b/content/news/http2-server-push-in-hugo.md @@ -2,7 +2,7 @@ title: "Http/2 Server Push in Hugo" date: 2017-07-24T18:36:00+02:00 description: > - As every page in Hugo can be output to multiple formats, it is easy to create Netlify's *_redirects* and *_headers* files on the fly. + As every page in Hugo can be output to multiple formats, it is easy to create Netlify's _redirects and _headers files on the fly. categories: [blog] #tags: [] slug: "http2-server-push-in-hugo"