From 02b5b947791d1611720ca10f010712de22335929 Mon Sep 17 00:00:00 2001 From: Silas Date: Sat, 26 Jul 2025 14:52:18 -0400 Subject: [PATCH] add trailing slashes to links --- _site/2024-01-15-test-post/index.html | 4 ++-- _site/about/index.html | 4 ++-- _site/index.html | 4 ++-- _site/posts/index.html | 12 ++++++------ lib/layouts/root_layout.ex | 4 ++-- lib/pages/posts.ex | 8 ++++---- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/_site/2024-01-15-test-post/index.html b/_site/2024-01-15-test-post/index.html index c22720b..b015beb 100644 --- a/_site/2024-01-15-test-post/index.html +++ b/_site/2024-01-15-test-post/index.html @@ -20,8 +20,8 @@

MonoTab Blog

diff --git a/_site/about/index.html b/_site/about/index.html index d6dd9e0..6eb4a65 100644 --- a/_site/about/index.html +++ b/_site/about/index.html @@ -20,8 +20,8 @@

MonoTab Blog

diff --git a/_site/index.html b/_site/index.html index 8571de3..7a8a6a2 100644 --- a/_site/index.html +++ b/_site/index.html @@ -20,8 +20,8 @@

MonoTab Blog

diff --git a/_site/posts/index.html b/_site/posts/index.html index 7fe935a..0a82c5e 100644 --- a/_site/posts/index.html +++ b/_site/posts/index.html @@ -20,8 +20,8 @@

MonoTab Blog

@@ -56,10 +56,10 @@

Categories

All Posts - Elixir - Phoenix - Functional Programming - Web Development + Elixir + Phoenix + Functional Programming + Web Development
diff --git a/lib/layouts/root_layout.ex b/lib/layouts/root_layout.ex index 46781cf..9c1c733 100644 --- a/lib/layouts/root_layout.ex +++ b/lib/layouts/root_layout.ex @@ -32,8 +32,8 @@ defmodule MonoTab.RootLayout do

MonoTab Blog

diff --git a/lib/pages/posts.ex b/lib/pages/posts.ex index ead7239..dc1f60b 100644 --- a/lib/pages/posts.ex +++ b/lib/pages/posts.ex @@ -18,10 +18,10 @@ defmodule MonoTab.Pages.Posts do

Categories

All Posts - Elixir - Phoenix - Functional Programming - Web Development + Elixir + Phoenix + Functional Programming + Web Development
"""