Skip to content

Commit

Permalink
Forgot to add lightbox to minified css
Browse files Browse the repository at this point in the history
  • Loading branch information
stijn-dejongh committed Aug 31, 2024
1 parent e154919 commit e837c96
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions layouts/partials/css.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
{{ partial "stylesheet.html" (dict "css" "css/patterns.min.css") }}
{{ partial "stylesheet.html" (dict "css" "css/quotes.min.css") }}
{{ partial "stylesheet.html" (dict "css" "css/taxonomies.min.css") }}

{{ partial "stylesheet.html" (dict "css" "css/lightbox.css") }}
{{ partial "stylesheet.html" (dict "css" "css/lightbox.min.css") }}

{{- $lightbox := "js/lightbox.js" | relURL }}
<script type="text/javascript" src="{{ $lightbox }}"></script>

0 comments on commit e837c96

Please sign in to comment.