summaryrefslogtreecommitdiffstats
path: root/content/posts/hugo-org-set-image-title/index.org
diff options
context:
space:
mode:
authorDante Catalfamo2020-06-24 22:46:24 -0400
committerDante Catalfamo2020-06-24 22:46:24 -0400
commit77f0002e65dd23627af498a3a45bc80dc086d50b (patch)
treed514158808b1716c6f40fb0cb9c947fe4217b3cf /content/posts/hugo-org-set-image-title/index.org
parent7c82c9aee0e15ec1d45481d9cc772674c9a20da7 (diff)
downloadblog-77f0002e65dd23627af498a3a45bc80dc086d50b.tar.gz
blog-77f0002e65dd23627af498a3a45bc80dc086d50b.tar.bz2
blog-77f0002e65dd23627af498a3a45bc80dc086d50b.zip
Remove draft status, add image
Diffstat (limited to 'content/posts/hugo-org-set-image-title/index.org')
-rw-r--r--content/posts/hugo-org-set-image-title/index.org7
1 files changed, 6 insertions, 1 deletions
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.