You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Create download.html
Adds a new shortcode that lets you provide a download link to a file
* Update layouts/shortcodes/download.html
---------
Co-authored-by: Jack Hickey <[email protected]>
{{/* This shortcode lets you create a link to download a file */}}
2
+
{{/* It accepts 2 strings: the path to the file to download, relative to the Hugo build context (aka, content or static directory); the name to display for the target file */}}
0 commit comments