From b830789ad1f5cd8c46fcc68e856e07bf10b826e4 Mon Sep 17 00:00:00 2001
From: Robby Zambito <contact@robbyzambito.me>
Date: Wed, 28 Jul 2021 19:06:57 -0400
Subject: Made sure the post was not a draft and actually marked as a post type

---
 .../index.md                                                          | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

(limited to 'content/posts')

diff --git a/content/posts/tips-and-tricks-for-taking-screenshots-and-selecting-text-from-images-on-sway/index.md b/content/posts/tips-and-tricks-for-taking-screenshots-and-selecting-text-from-images-on-sway/index.md
index 2145ede..83a8367 100644
--- a/content/posts/tips-and-tricks-for-taking-screenshots-and-selecting-text-from-images-on-sway/index.md
+++ b/content/posts/tips-and-tricks-for-taking-screenshots-and-selecting-text-from-images-on-sway/index.md
@@ -1,7 +1,9 @@
 ---
 title: "Tips and Tricks for Taking Screenshots and Selecting Text From Images on Sway"
 date: 2021-07-28T18:02:31-04:00
-draft: true
+type: "post"
+draft: false
+tags: [software, tutorial, sway]
 ---
 
 Several days ago I saw someone rant about how there were no good programs for copy text from an image.
-- 
cgit