diff --git a/assets/css/app.css b/assets/css/app.css index 3519f8a..51bde21 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -87,4 +87,9 @@ .alert.alert-danger { @apply bg-red-100 text-red-500 dark:bg-red-950 dark:text-red-500; } + + .footnotes li p { display: inline; } + .footnotes hr { display: none; } + .footnote:before { content: '{'; } + .footnote:after { content: '}'; } } \ No newline at end of file diff --git a/lib/chiya_web/components/layouts/root_public.html.heex b/lib/chiya_web/components/layouts/root_public.html.heex index 84041f4..8825996 100644 --- a/lib/chiya_web/components/layouts/root_public.html.heex +++ b/lib/chiya_web/components/layouts/root_public.html.heex @@ -47,15 +47,17 @@ <.dot /> Made by Inhji <.dot /> - Struggling to make a decent website since 2011 - <.dot /> - Admin + Struggling to make a decent website since 2011

<%= for identity <- @identities do %> - <%= identity.name %> + <%= identity.name %> + <.dot /> <% end %> + About + <.dot /> + Admin

diff --git a/lib/chiya_web/controllers/page_html/home.html.heex b/lib/chiya_web/controllers/page_html/home.html.heex index dcebb6b..64369db 100644 --- a/lib/chiya_web/controllers/page_html/home.html.heex +++ b/lib/chiya_web/controllers/page_html/home.html.heex @@ -10,13 +10,13 @@