diff --git a/post.go b/post.go index c280072..f78a946 100644 --- a/post.go +++ b/post.go @@ -46,6 +46,7 @@ func newPost(slug string) (*Post, error) { extension.Linkify, extension.Strikethrough, extension.Typographer, + extension.Footnote, meta.Meta, highlighting.Highlighting, ), diff --git a/styles/main.scss b/styles/main.scss index 73f1c93..7edfc63 100644 --- a/styles/main.scss +++ b/styles/main.scss @@ -322,6 +322,10 @@ article { text-align: center; text-decoration: none; } + + hr { + margin: 2*$ls $ls $ls; + } } footer {