From 46fac6d4a8bd19193ffacac08fa34c495b370062 Mon Sep 17 00:00:00 2001 From: Amir Chaudhry Date: Fri, 23 Oct 2015 10:47:43 -0700 Subject: [PATCH] fix permalink --- src/data.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data.ml b/src/data.ml index ba38d88b5..70ff1ac2e 100644 --- a/src/data.ml +++ b/src/data.ml @@ -129,7 +129,7 @@ module Blog = struct authors = [amir]; subject = "Videos from around the world!"; body = "videos-around-world-2015.md"; - permalink = "videos-around-world-2015.md"; + permalink = "videos-around-world-2015"; }; { updated = date (2015, 10, 15, 19, 0);