updated first page of framework
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<meta charset="utf-8">
|
||||
<title>{{ title | default('Welcome') }}</title>
|
||||
<title>{{ title | default('Welcome To Novaconium') }}</title>
|
||||
<meta name="generator" content="Novaconium" />
|
||||
|
||||
<meta name="description" content="{{ description | default('No description given') }}">
|
||||
@@ -19,8 +19,8 @@
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
||||
|
||||
{# https://developers.google.com/fonts/docs/getting_started #}
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro|Material+Icons|Material+Icons+Outlined">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Fira+Code&family=Source+Code+Pro&display=swap&family=Material+Icons&family=Material+Icons+Outlined" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="stylesheet" href="/css/novaconium.css">
|
||||
|
||||
<meta name="theme-color" content="#000000">
|
||||
@@ -1,21 +1,5 @@
|
||||
<div class="container">
|
||||
<div id="logo"><a href="/">Logo Goes Here</a></div>
|
||||
|
||||
<div id="topnav">
|
||||
<nav>
|
||||
|
||||
<ul>
|
||||
|
||||
<li><a href="/">Home</a></li>
|
||||
<li><a href="/contact">Contact Us</a></li>
|
||||
{% if loggedin|default(false) %}
|
||||
<li><a href="/logout/">Logout</a></li>
|
||||
{% else %}
|
||||
<li><a href="/login/">Login</a></li>
|
||||
{% endif %}
|
||||
{% if admin|default(false) == 'admin' %}
|
||||
<li><a href="/admin">Admin</a></li>
|
||||
{% endif %}
|
||||
</ul>
|
||||
|
||||
<! -- Navigation Goes Here -->
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user