diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-08-25 20:40:28 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-08-25 20:40:28 -0500 |
commit | a606811eb88b8b71f6a458d11131e77d01f33803 (patch) | |
tree | 4eb5c59fb49184111240286dd16bb5b8cd0a214e /content | |
parent | b0423ba3c3d76da032fba0ddac40cf9b901b8744 (diff) | |
download | cleberg.net-a606811eb88b8b71f6a458d11131e77d01f33803.tar.gz cleberg.net-a606811eb88b8b71f6a458d11131e77d01f33803.tar.bz2 cleberg.net-a606811eb88b8b71f6a458d11131e77d01f33803.zip |
fix title frontmatter
Diffstat (limited to 'content')
-rw-r--r-- | content/blog/2024-08-25-n8n-sentiment-analysis.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/blog/2024-08-25-n8n-sentiment-analysis.org b/content/blog/2024-08-25-n8n-sentiment-analysis.org index 2b529c0..194844e 100644 --- a/content/blog/2024-08-25-n8n-sentiment-analysis.org +++ b/content/blog/2024-08-25-n8n-sentiment-analysis.org @@ -1,5 +1,5 @@ #+date: <2024-08-25 Sun 09:45:30> -#+title : Email Sentiment Analysis With n8n +#+title: Email Sentiment Analysis With n8n #+description: Learn how to configure a basic workflow in n8n to analyze the sentiment of incoming emails. #+filetags: :automation:n8n: #+slug: n8n-sentiment-analysis |