From 5bdebce4e6a3663a43c9b65d65e3402148a9b756 Mon Sep 17 00:00:00 2001 From: Ayo Date: Tue, 30 May 2023 12:16:36 +0200 Subject: [PATCH] feat: initial webmention rendering --- _includes/head.html | 72 +++++++++++++++++++++++++++++++++++++++++++++ _layouts/post.html | 7 +++++ 2 files changed, 79 insertions(+) diff --git a/_includes/head.html b/_includes/head.html index a1e36bc..4fea8b1 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -72,4 +72,76 @@ href="https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@900&display=swap" rel="stylesheet" /> + + diff --git a/_layouts/post.html b/_layouts/post.html index dbac216..be0bdfa 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -32,6 +32,13 @@ layout: default default: "%b %-d, %Y" %} {{ page.date | date: date_format }}