diff options
-rwxr-xr-x | .local/bin/idea | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.local/bin/idea b/.local/bin/idea index e4207b7..7f92e23 100755 --- a/.local/bin/idea +++ b/.local/bin/idea @@ -15,7 +15,8 @@ fi thought="$(printf "%s" "${thought}" | sed '{s#^#\\t\\t\\t\\t\\t#;s#^\\t\\t\\t\\t\\t$#\\t\\t\\t\\t</p>\\\n\\t\\t\\t\\t<p>#;s#$#\\#;}')" date=$(date '+%a, %d %b %Y %H:%M') -html_fmt='\t\t\t\t<h3>'"${date}"' - '"${title}"'</h3>\ +html_fmt='\t\t\t\t<h3>'"${title}"'</h3>\ +\t\t\t\t<h5>'"${date}"'</h5>\ \t\t\t\t<p>\ '"${thought}"' \t\t\t\t</p>\ |