From 9b14d7b963fd912310b054e91c10cfe789491aff Mon Sep 17 00:00:00 2001 From: JT Date: Sun, 25 Jun 2023 23:20:01 +0800 Subject: feat: photo previewer support (#113) --- _includes/extensions/photo-swipe.html | 161 ++++++++++++++++++++++++++++++++++ _includes/head.html | 1 + 2 files changed, 162 insertions(+) create mode 100644 _includes/extensions/photo-swipe.html diff --git a/_includes/extensions/photo-swipe.html b/_includes/extensions/photo-swipe.html new file mode 100644 index 0000000..ea93674 --- /dev/null +++ b/_includes/extensions/photo-swipe.html @@ -0,0 +1,161 @@ + + + + + + + + + + diff --git a/_includes/head.html b/_includes/head.html index 0434442..258036e 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -14,5 +14,6 @@ {%- include extensions/google-analytics.html -%} {%- endif -%} {%- include extensions/code-highlight.html -%} + {%- include extensions/photo-swipe.html -%} {%- include custom-head.html -%} -- cgit v1.2.3