From d527bf2d565981135c06ea137946027807e4e28c Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Tue, 27 Sep 2016 23:47:18 -0700 Subject: [PATCH] fix feed links --- b.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/b.rb b/b.rb index d4e97b6..432bbc2 100644 --- a/b.rb +++ b/b.rb @@ -58,7 +58,7 @@ module B # blog module head = < EOF - if rel_path =~ %r{^blog/.} + if rel_path =~ %r{^/blog/|^blog.html} head += < EOF -- 2.30.2