Skip to content

Commit

Permalink
Merge pull request #30 from BTx123/bugfix/gallery-debug
Browse files Browse the repository at this point in the history
Bugfix/gallery debug
  • Loading branch information
BTx123 authored Nov 29, 2024
2 parents 8ce6406 + c81005e commit 411324e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions assets/css/_normalize.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@import 'normalize/variables';
@import 'normalize/vertical-rhythm';
@import 'normalize/normalize-mixin';
@use 'normalize/variables';
@use 'normalize/vertical-rhythm';
@use 'normalize/normalize-mixin';
2 changes: 1 addition & 1 deletion assets/css/normalize/_import-now.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
// @import "normalize/import-now";
// ```

@import '../normalize';
@use '../normalize';
@include normalize();
1 change: 0 additions & 1 deletion layouts/shortcodes/gallery.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
{{ $captureMetadata := slice }}
{{ $modelLensMetadata := slice }}
{{ with .Exif }}
<pre>{{ debug.Dump .Tags }}</pre>
{{ if .Tags.ImageDescription }}
{{ $title = .Tags.ImageDescription }}
{{ end }}
Expand Down

0 comments on commit 411324e

Please sign in to comment.