diff --git a/_site/2024-01-15-test-post/index.html b/_site/2024-01-15-test-post/index.html index b015beb..4ba6343 100644 --- a/_site/2024-01-15-test-post/index.html +++ b/_site/2024-01-15-test-post/index.html @@ -66,16 +66,19 @@

This blog post is just a simple introduction to Elixir. Stay tuned for more in-depth tutorials and examples!

- - - + diff --git a/_site/about/index.html b/_site/about/index.html index 6eb4a65..8596080 100644 --- a/_site/about/index.html +++ b/_site/about/index.html @@ -59,18 +59,23 @@

Get in Touch

- Interested in contributing or have questions? Feel free to reach out through - our community channels or open an issue on our GitHub repository. + Proin neque ante, imperdiet quis tincidunt ut, viverra molestie nisl. Phasellus gravida quam metus, id ultricies turpis luctus sed. Suspendisse nec bibendum magna. Aenean eu ligula tellus.

+ diff --git a/_site/css/responsive.css b/_site/css/responsive.css index 5519370..015aa88 100644 --- a/_site/css/responsive.css +++ b/_site/css/responsive.css @@ -30,3 +30,8 @@ display: none; } } + +.footer-extra { + display: flex; + justify-content: center; +} diff --git a/_site/index.html b/_site/index.html index 7a8a6a2..ce20fb6 100644 --- a/_site/index.html +++ b/_site/index.html @@ -32,15 +32,27 @@

A simple blog built with Elixir, Phoenix LiveView, and Tableau static site generator.

+

+ Some Headers +

+

+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean ac ante sed lectus aliquet accumsan. Donec sed rutrum lacus. In ut tellus sit amet turpis efficitur condimentum. +

+ diff --git a/_site/posts/index.html b/_site/posts/index.html index 6a4a1af..630b947 100644 --- a/_site/posts/index.html +++ b/_site/posts/index.html @@ -6,7 +6,7 @@ - MonoTab Blog + Latest Posts | MonoTab Blog @@ -29,7 +29,12 @@

Latest Posts

- +
+

+ Browse through our collection of articles on Elixir, functional programming, + web development, and software engineering best practices. +

+
-
-

- Browse through our collection of articles on Elixir, functional programming, - web development, and software engineering best practices. -

-
- -
-

Categories

- -
- +
diff --git a/extra/css/responsive.css b/extra/css/responsive.css index 5519370..015aa88 100644 --- a/extra/css/responsive.css +++ b/extra/css/responsive.css @@ -30,3 +30,8 @@ display: none; } } + +.footer-extra { + display: flex; + justify-content: center; +} diff --git a/lib/layouts/index_layout.ex b/lib/layouts/index_layout.ex index aae5804..e7374c1 100644 --- a/lib/layouts/index_layout.ex +++ b/lib/layouts/index_layout.ex @@ -6,9 +6,7 @@ defmodule MonoTab.IndexLayout do ~H"""

{@page[:title] || "Latest Posts"}

- <%= if @page[:description] do %> -

{@page[:description]}

- <% end %> + {{:safe, render(@inner_content)}} <%= if assigns[:posts] && length(@posts) > 0 do %>