diff options
-rw-r--r-- | content/blog/2024-08-25-n8n-sentiment-analysis.org | 2 | ||||
-rw-r--r-- | theme/templates/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/content/blog/2024-08-25-n8n-sentiment-analysis.org b/content/blog/2024-08-25-n8n-sentiment-analysis.org index d96ba6e..2b529c0 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: Automatic 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 diff --git a/theme/templates/index.html b/theme/templates/index.html index c4fa0d5..be11035 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -11,7 +11,7 @@ uid [ultimate] Christian Cleberg <hello@cleberg.net></pre> <div class="post"> <time datetime="2024-08-25 09:45:30">2024-08-25</time> <a href="/blog/n8n-sentiment-analysis.html" - >Automatic Email Sentiment Analysis With n8n</a + >Email Sentiment Analysis With n8n</a > </div> <div class="post"> |