diff options
author | JT <jeffreytse.mail@gmail.com> | 2023-06-25 23:20:01 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-25 23:20:01 +0800 |
commit | 9b14d7b963fd912310b054e91c10cfe789491aff (patch) | |
tree | 49deb7d8ce08a21b5f266c8819e957055f7a2f97 /_includes/head.html | |
parent | 54b30d735523c31237ab94959c983b0eeb5c4ebe (diff) |
feat: photo previewer support (#113)
Diffstat (limited to '_includes/head.html')
-rw-r--r-- | _includes/head.html | 1 |
1 files changed, 1 insertions, 0 deletions
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 -%} </head> |