From 23b6be03499a01d5b17654637f9e567e6cdf9b28 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Fri, 26 Apr 2024 00:32:57 -0600 Subject: pass w3c html4 validation --- Content/posts/2019-12-22-Fake-News-Detector.md | 2 +- templates/base.html | 42 +++++++++++++------------- templates/post.html | 4 +-- templates/section.html | 3 +- 4 files changed, 26 insertions(+), 25 deletions(-) diff --git a/Content/posts/2019-12-22-Fake-News-Detector.md b/Content/posts/2019-12-22-Fake-News-Detector.md index 4cc3894..3e00c1d 100644 --- a/Content/posts/2019-12-22-Fake-News-Detector.md +++ b/Content/posts/2019-12-22-Fake-News-Detector.md @@ -1,7 +1,7 @@ --- date: 2019-12-22 11:10 description: In this tutorial we will build a fake news detecting app from scratch, using Turicreate for the machine learning model and SwiftUI for building the app -tags: Tutorial, Colab, SwiftUI, Turicreate +tags: Tutorial, Colab, SwiftUI, Turicreate, Swift --- diff --git a/templates/base.html b/templates/base.html index 1a3e938..db06398 100644 --- a/templates/base.html +++ b/templates/base.html @@ -13,33 +13,33 @@ --> - + - + + - - + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - + {% endblock %} diff --git a/templates/post.html b/templates/post.html index 5bb2b97..b2612eb 100644 --- a/templates/post.html +++ b/templates/post.html @@ -20,7 +20,7 @@
If you have scrolled this far, consider subscribing to my mailing list here. You can subscribe to either a specific type of post you are interested in, or subscribe to everything with the "Everything" list.
-
+
-
+ {% endblock %} diff --git a/templates/section.html b/templates/section.html index f713ad8..8c3e8cc 100644 --- a/templates/section.html +++ b/templates/section.html @@ -9,7 +9,7 @@ -- cgit v1.2.3