From fdd56510a40fcfa594eb6f92db4c64d5202d4416 Mon Sep 17 00:00:00 2001 From: Daniel Tomlinson Date: Sat, 16 May 2020 04:25:47 +0100 Subject: [PATCH] Adding table to second_post Testing the bootstrap classes on Hugo output --- blog/.DS_Store | Bin 10244 -> 10244 bytes blog/content/post/second_post/index.md | 15 +++++++++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/blog/.DS_Store b/blog/.DS_Store index 8cc92dfc8e7d6abf8a030f4f659812918cb49087..bfb2193298dec4175dcfea001091944d446bb378 100644 GIT binary patch delta 48 zcmV-00MGw~P=rvBPXQ~jP`eKSE0aJF7_%f0R|Jz`6%(^U6~zjXfV8s*Ao>K78hJGLS@(&&_vnNy^Dj0*Z6Y;;;UARsWD9rkWIjY6>!7_OJo9a|tj^<`Wa! Y+$VCBYcspTFBWY)#v`<%=sd&(0K%g@CjbBd diff --git a/blog/content/post/second_post/index.md b/blog/content/post/second_post/index.md index e160340..89d904b 100644 --- a/blog/content/post/second_post/index.md +++ b/blog/content/post/second_post/index.md @@ -4,8 +4,8 @@ date: "2020-05-05T02:14:50+01:00" images: ["images/banner.svg"] draft: true authors: -- "Daniel Tomlinson" -- "New Authors" + - "Daniel Tomlinson" + - "New Authors" tags: ["Introduction", "test", "another", "tagging", "hugo", "newz"] --- @@ -56,3 +56,14 @@ def flask(): ## Test img shortcode {{< img "images/banner.svg*" >}} + +## Test table + +Does Hugo put the class of the table as `content table`? If so do we need to add the bootstrap `table` class?. + +Hugo adds no css to the table. In order to style it you should select the `` element in the `.content` class, and add the `.table` class to it. + +| Name | Job | +| ------ | -------- | +| Daniel | Capacity | +| Dale | Capacity |