Skip to content

Commit

Permalink
Copy .bmp images
Browse files Browse the repository at this point in the history
  • Loading branch information
RagnarGrootKoerkamp authored Mar 5, 2024
1 parent cb1b6cf commit 8b4b004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ox-hugo.el
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ copied to this sub-directory inside the Hugo static directory."
;;;###autoload (put 'org-hugo-default-static-subdirectory-for-externals 'safe-local-variable 'stringp)

(defcustom org-hugo-external-file-extensions-allowed-for-copying
'("jpg" "jpeg" "tiff" "png" "svg" "gif"
'("jpg" "jpeg" "tiff" "png" "svg" "gif" "bmp"
"mp4"
"pdf" "odt"
"doc" "ppt" "xls"
Expand Down

0 comments on commit 8b4b004

Please sign in to comment.