add fancy-box

This commit is contained in:
FarseaSH 2021-08-30 18:38:17 +08:00
parent f8803b75b9
commit d3b9e6880f
4 changed files with 10 additions and 4 deletions

View file

@ -31,5 +31,8 @@
<!-- the Moments style css file -->
<link rel="stylesheet" type="text/css" href="{{.Site.BaseURL}}/css/style.css">
<!-- fancybox css (js in the end before the body closing tag) -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fancyapps/ui/dist/fancybox.css"/>
<!-- website title -->
<title>{{ .Site.Params.title }}</title>