Skip to content

Commit

Permalink
Add gif to attachments that are allowed to be copied to content
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushalmodi committed May 10, 2018
1 parent 58a4aef commit 111d4ad
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 @@ -593,7 +593,7 @@ copied to this sub-directory inside the Hugo static directory."
:safe #'stringp)

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

0 comments on commit 111d4ad

Please sign in to comment.