From 77f0002e65dd23627af498a3a45bc80dc086d50b Mon Sep 17 00:00:00 2001 From: Dante Catalfamo Date: Wed, 24 Jun 2020 22:46:24 -0400 Subject: Remove draft status, add image --- content/posts/hugo-org-set-image-title/index.org | 7 ++++++- .../hugo-org-set-image-title/org hugo image title.png | Bin 0 -> 41090 bytes 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 content/posts/hugo-org-set-image-title/org hugo image title.png (limited to 'content/posts/hugo-org-set-image-title') diff --git a/content/posts/hugo-org-set-image-title/index.org b/content/posts/hugo-org-set-image-title/index.org index ca2e663..a6e2789 100644 --- a/content/posts/hugo-org-set-image-title/index.org +++ b/content/posts/hugo-org-set-image-title/index.org @@ -1,12 +1,17 @@ #+TITLE: How To Set An Image Title In Hugo Using Org-Mode Markup #+DATE: 2020-06-24T19:50:03-04:00 -#+DRAFT: true +#+DRAFT: false #+DESCRIPTION: How to set the title or alt text of an image in hugo using org-mode markup #+TAGS[]: hugo org-mode #+KEYWORDS[]: hugo org-mode #+SLUG: #+SUMMARY: +#+ATTR_HTML: :alt hugo org image title +#+ATTR_HTML: :title Hugo Org Image Title +[[file:org%20hugo%20image%20title.png]] + + One of the differences between using markdown and org-mode markup for writing Hugo pages is how you set the alternative text and title of an image. diff --git a/content/posts/hugo-org-set-image-title/org hugo image title.png b/content/posts/hugo-org-set-image-title/org hugo image title.png new file mode 100644 index 0000000..be965e3 Binary files /dev/null and b/content/posts/hugo-org-set-image-title/org hugo image title.png differ -- cgit v1.2.3