rename from llmex to monotab
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
defmodule Llmex.Pages.Index do
|
||||
defmodule MonoTab.Pages.Index do
|
||||
use Tableau.Page,
|
||||
layout: Llmex.RootLayout,
|
||||
layout: MonoTab.RootLayout,
|
||||
permalink: "/"
|
||||
|
||||
use Phoenix.Component
|
||||
|
||||
def template(assigns) do
|
||||
~H"""
|
||||
<section>
|
||||
<h2>Welcome to Llmex Blog</h2>
|
||||
<h2>Welcome</h2>
|
||||
<p>
|
||||
A simple blog built with Elixir, Phoenix LiveView, and Tableau static site generator.
|
||||
Explore our latest posts and insights on functional programming, web development, and more.
|
||||
</p>
|
||||
</section>
|
||||
"""
|
||||
|
Reference in New Issue
Block a user