diff --git a/blog/2021/11/22/translation.html b/blog/2021/11/22/translation.html
index ea5a5301..d64fb937 100644
--- a/blog/2021/11/22/translation.html
+++ b/blog/2021/11/22/translation.html
@@ -91,7 +91,7 @@
 
 <h4 id="backend---django">Backend - Django</h4>
 
-<p>At its core, InvenTree is built on the <a href="https://www.djangoproject.com/">Django</a> framework, which provides a <a href="https://docs.djangoproject.com/en/4.1/topics/i18n/translation/">translation framweork</a> “out of the box”.</p>
+<p>At its core, InvenTree is built on the <a href="https://www.djangoproject.com/">Django</a> framework, which provides a <a href="https://docs.djangoproject.com/en/4.1/topics/i18n/translation/">translation framework</a> “out of the box”.</p>
 
 <p>The Django translation framework provides a toolkit for marking certain text strings as “translatable”. Translation strings are able to be replaced by a translated string from a language specified by the user - <em>if a translation for the text is available in that language</em>.</p>
 
diff --git a/blog/feed.atom b/blog/feed.atom
index 2a558b94..6924d83e 100644
--- a/blog/feed.atom
+++ b/blog/feed.atom
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.2.2">Jekyll</generator><link href="/blog/feed.atom" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2022-11-26T00:08:07+00:00</updated><id>/blog/feed.atom</id><title type="html">InvenTree</title><subtitle>InvenTree is an open-source inventory management system which provides intuitive parts management and stock control. It is at the center of an ecosystem of addins for EDA tools, API wrapper, deeply integrated plugins and 3rd party tools.</subtitle><entry><title type="html">Translating InvenTree</title><link href="/blog/2021/11/22/translation" rel="alternate" type="text/html" title="Translating InvenTree" /><published>2021-11-22T00:00:00+00:00</published><updated>2021-11-22T00:00:00+00:00</updated><id>/blog/2021/11/22/translation</id><author><name>oliver</name></author><summary type="html"><![CDATA[How we provide translation support for InvenTree in multiple languages]]></summary></entry><entry><title type="html">Starting with templates</title><link href="/blog/2021/10/25/starting" rel="alternate" type="text/html" title="Starting with templates" /><published>2021-10-25T00:00:00+00:00</published><updated>2021-10-25T00:00:00+00:00</updated><id>/blog/2021/10/25/starting</id><author><name>matmair</name></author><summary type="html"><![CDATA[A good starting-point for developing your own plugin is taking a look at the documentation.]]></summary></entry></feed>
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.2.2">Jekyll</generator><link href="/blog/feed.atom" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2022-11-28T03:46:39+00:00</updated><id>/blog/feed.atom</id><title type="html">InvenTree</title><subtitle>InvenTree is an open-source inventory management system which provides intuitive parts management and stock control. It is at the center of an ecosystem of addins for EDA tools, API wrapper, deeply integrated plugins and 3rd party tools.</subtitle><entry><title type="html">Translating InvenTree</title><link href="/blog/2021/11/22/translation" rel="alternate" type="text/html" title="Translating InvenTree" /><published>2021-11-22T00:00:00+00:00</published><updated>2021-11-22T00:00:00+00:00</updated><id>/blog/2021/11/22/translation</id><author><name>oliver</name></author><summary type="html"><![CDATA[How we provide translation support for InvenTree in multiple languages]]></summary></entry><entry><title type="html">Starting with templates</title><link href="/blog/2021/10/25/starting" rel="alternate" type="text/html" title="Starting with templates" /><published>2021-10-25T00:00:00+00:00</published><updated>2021-10-25T00:00:00+00:00</updated><id>/blog/2021/10/25/starting</id><author><name>matmair</name></author><summary type="html"><![CDATA[A good starting-point for developing your own plugin is taking a look at the documentation.]]></summary></entry></feed>
\ No newline at end of file
diff --git a/matmair.html b/matmair.html
index 5e50db5f..1625c45f 100644
--- a/matmair.html
+++ b/matmair.html
@@ -27,11 +27,11 @@
 <meta property="og:url" content="/matmair" />
 <meta property="og:site_name" content="InvenTree" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-11-26T00:08:07+00:00" />
+<meta property="article:published_time" content="2022-11-28T03:46:39+00:00" />
 <meta name="twitter:card" content="summary" />
 <meta property="twitter:title" content="Matmair" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-11-26T00:08:07+00:00","datePublished":"2022-11-26T00:08:07+00:00","description":"I try to build an ecosystem of reusable plugins and integrations for InvenTree. Code once and KISS!","headline":"Matmair","mainEntityOfPage":{"@type":"WebPage","@id":"/matmair"},"url":"/matmair"}</script>
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-11-28T03:46:39+00:00","datePublished":"2022-11-28T03:46:39+00:00","description":"I try to build an ecosystem of reusable plugins and integrations for InvenTree. Code once and KISS!","headline":"Matmair","mainEntityOfPage":{"@type":"WebPage","@id":"/matmair"},"url":"/matmair"}</script>
 <!-- End Jekyll SEO tag -->
 
     <script async src="https://offen.inventree.org/script.js" data-account-id="2c8697da-bb92-441b-82ee-ece2622295b2"></script>
diff --git a/news/feed.atom b/news/feed.atom
index 27d3e9b0..6adc9804 100644
--- a/news/feed.atom
+++ b/news/feed.atom
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.2.2">Jekyll</generator><link href="/news/feed.atom" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2022-11-26T00:08:07+00:00</updated><id>/news/feed.atom</id><title type="html">InvenTree | News</title><subtitle>InvenTree is an open-source inventory management system which provides intuitive parts management and stock control. It is at the center of an ecosystem of addins for EDA tools, API wrapper, deeply integrated plugins and 3rd party tools.</subtitle><entry><title type="html">New Website</title><link href="/news/2022/11/14/website" rel="alternate" type="text/html" title="New Website" /><published>2022-11-14T00:00:00+00:00</published><updated>2022-11-14T00:00:00+00:00</updated><id>/news/2022/11/14/website</id><author><name>oliver</name></author><summary type="html"><![CDATA[Introducing the new InvenTree website!]]></summary></entry><entry><title type="html">We have news now!</title><link href="/news/2022/04/23/news-are-starting" rel="alternate" type="text/html" title="We have news now!" /><published>2022-04-23T00:00:00+00:00</published><updated>2022-04-23T00:00:00+00:00</updated><id>/news/2022/04/23/news-are-starting</id><author><name>matmair</name></author><summary type="html"><![CDATA[News!]]></summary></entry></feed>
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.2.2">Jekyll</generator><link href="/news/feed.atom" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2022-11-28T03:46:39+00:00</updated><id>/news/feed.atom</id><title type="html">InvenTree | News</title><subtitle>InvenTree is an open-source inventory management system which provides intuitive parts management and stock control. It is at the center of an ecosystem of addins for EDA tools, API wrapper, deeply integrated plugins and 3rd party tools.</subtitle><entry><title type="html">New Website</title><link href="/news/2022/11/14/website" rel="alternate" type="text/html" title="New Website" /><published>2022-11-14T00:00:00+00:00</published><updated>2022-11-14T00:00:00+00:00</updated><id>/news/2022/11/14/website</id><author><name>oliver</name></author><summary type="html"><![CDATA[Introducing the new InvenTree website!]]></summary></entry><entry><title type="html">We have news now!</title><link href="/news/2022/04/23/news-are-starting" rel="alternate" type="text/html" title="We have news now!" /><published>2022-04-23T00:00:00+00:00</published><updated>2022-04-23T00:00:00+00:00</updated><id>/news/2022/04/23/news-are-starting</id><author><name>matmair</name></author><summary type="html"><![CDATA[News!]]></summary></entry></feed>
\ No newline at end of file
diff --git a/repo/shopify.html b/repo/shopify.html
index 625a3e43..987ed8d5 100644
--- a/repo/shopify.html
+++ b/repo/shopify.html
@@ -27,11 +27,11 @@
 <meta property="og:url" content="/repo/shopify.html" />
 <meta property="og:site_name" content="InvenTree" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-11-26T00:08:07+00:00" />
+<meta property="article:published_time" content="2022-11-28T03:46:39+00:00" />
 <meta name="twitter:card" content="summary" />
 <meta property="twitter:title" content="Shopify" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-11-26T00:08:07+00:00","datePublished":"2022-11-26T00:08:07+00:00","description":"A simple Integration into Shopify.","headline":"Shopify","mainEntityOfPage":{"@type":"WebPage","@id":"/repo/shopify.html"},"url":"/repo/shopify.html"}</script>
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-11-28T03:46:39+00:00","datePublished":"2022-11-28T03:46:39+00:00","description":"A simple Integration into Shopify.","headline":"Shopify","mainEntityOfPage":{"@type":"WebPage","@id":"/repo/shopify.html"},"url":"/repo/shopify.html"}</script>
 <!-- End Jekyll SEO tag -->
 
     <script async src="https://offen.inventree.org/script.js" data-account-id="2c8697da-bb92-441b-82ee-ece2622295b2"></script>
diff --git a/schrodingersgat.html b/schrodingersgat.html
index 143596d1..558dfd14 100644
--- a/schrodingersgat.html
+++ b/schrodingersgat.html
@@ -27,11 +27,11 @@
 <meta property="og:url" content="/schrodingersgat" />
 <meta property="og:site_name" content="InvenTree" />
 <meta property="og:type" content="article" />
-<meta property="article:published_time" content="2022-11-26T00:08:07+00:00" />
+<meta property="article:published_time" content="2022-11-28T03:46:39+00:00" />
 <meta name="twitter:card" content="summary" />
 <meta property="twitter:title" content="Schrodingersgat" />
 <script type="application/ld+json">
-{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-11-26T00:08:07+00:00","datePublished":"2022-11-26T00:08:07+00:00","description":"Maintainer of InvenTree.","headline":"Schrodingersgat","mainEntityOfPage":{"@type":"WebPage","@id":"/schrodingersgat"},"url":"/schrodingersgat"}</script>
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-11-28T03:46:39+00:00","datePublished":"2022-11-28T03:46:39+00:00","description":"Maintainer of InvenTree.","headline":"Schrodingersgat","mainEntityOfPage":{"@type":"WebPage","@id":"/schrodingersgat"},"url":"/schrodingersgat"}</script>
 <!-- End Jekyll SEO tag -->
 
     <script async src="https://offen.inventree.org/script.js" data-account-id="2c8697da-bb92-441b-82ee-ece2622295b2"></script>
diff --git a/sitemap.xml b/sitemap.xml
index 3126745b..38dda326 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -18,15 +18,15 @@
 </url>
 <url>
 <loc>/matmair</loc>
-<lastmod>2022-11-26T00:08:07+00:00</lastmod>
+<lastmod>2022-11-28T03:46:39+00:00</lastmod>
 </url>
 <url>
 <loc>/schrodingersgat</loc>
-<lastmod>2022-11-26T00:08:07+00:00</lastmod>
+<lastmod>2022-11-28T03:46:39+00:00</lastmod>
 </url>
 <url>
 <loc>/repo/shopify.html</loc>
-<lastmod>2022-11-26T00:08:07+00:00</lastmod>
+<lastmod>2022-11-28T03:46:39+00:00</lastmod>
 </url>
 <url>
 <loc>/404</loc>