add source code to footer, remove unneeded layouts
This commit is contained in:
@@ -32,15 +32,27 @@
|
||||
<p>
|
||||
A simple blog built with Elixir, Phoenix LiveView, and Tableau static site generator.
|
||||
</p>
|
||||
<h3>
|
||||
Some Headers
|
||||
</h3>
|
||||
<p>
|
||||
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.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<footer>
|
||||
<p>
|
||||
© 2025 MonoTab Blog. Built with
|
||||
<a href="https://github.com/artalar/mono" target="_blank">Mono</a>
|
||||
and <a href="https://github.com/elixir-tools/tableau" target="_blank">Tableau</a>
|
||||
<a href="https://github.com/elixir-tools/tableau" target="_blank">Tableau</a>
|
||||
and <a href="https://github.com/artalar/mono" target="_blank">Mono</a>
|
||||
<br>
|
||||
</p>
|
||||
</footer>
|
||||
<p class="footer-extra">
|
||||
<a href="https://git.silentsilas.com/silentsilas/monotab" target="_blank">
|
||||
Source Code
|
||||
</a>
|
||||
</p>
|
||||
</main>
|
||||
</body>
|
||||
|
||||
|
Reference in New Issue
Block a user