aboutsummaryrefslogtreecommitdiff
path: root/crumbs/templates/home.html
diff options
context:
space:
mode:
Diffstat (limited to 'crumbs/templates/home.html')
-rwxr-xr-xcrumbs/templates/home.html34
1 files changed, 16 insertions, 18 deletions
diff --git a/crumbs/templates/home.html b/crumbs/templates/home.html
index b464aa3..d9dd0e9 100755
--- a/crumbs/templates/home.html
+++ b/crumbs/templates/home.html
@@ -2,43 +2,41 @@
<html lang="{{ DEFAULT_LANG }}">
<head>
<meta charset="utf-8">
- <title{{ SITENAME }}</title>
+ <title>{{ SITENAME }}</title>
<!-- Load bootstrap, then my own CSS -->
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
+ <!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> -->
<!-- <link href="{{ SITEURL }}/theme/css/bootstrap.min.css" rel="stylesheet"> -->
<link href="{{ SITEURL }}/theme/css/crumbs.css" rel="stylesheet">
- <link href="{{ SITEURL }}/theme/css/cr_title.css" rel="stylesheet">
+ <link href="{{ SITEURL }}/theme/css/cr_title.css" rel="stylesheet">
<!-- Fonts -->
- <!-- <link href="https://fonts.googleapis.com/css?family=Montserrat:200,300,500" rel="stylesheet">
+ <link href="https://fonts.googleapis.com/css?family=Montserrat:200,300,500" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet">
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> -->
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
- <body>
+ <body class="home">
<!-- Outer bootstrap container -->
<div class="container">
<!-- Add dynamic header -->
<div class="navigation">
- <div class="nav pull-right">
- <!-- Loop through all pages -->
- {% for title, link in MENUITEMS %}
- <!-- Do magic with http/https -->
- {% if 'http://' in link or 'https://' in link %}
- <a class="naughty" href="{{ link }}">{{ title }} </a>
- {% else %}
- <a class="naughty" href="{{ SITEURL }}{{ link }}">{{ title }} </a>
- {% endif %}
- {% endfor %}
- </div>
+ <!-- Loop through all pages -->
+ {% for title, link in MENUITEMS %}
+ <!-- Do magic with http/https -->
+ {% if 'http://' in link or 'https://' in link %}
+ <a class="nav-item" href="{{ link }}">{{ title }} </a>
+ {% else %}
+ <a class="nav-item" href="{{ SITEURL }}{{ link }}">{{ title }} </a>
+ {% endif %}
+ {% endfor %}
</div>
<!-- /Static navbar -->
- <hr/>
+ <!-- <hr/> -->
<!-- The page title -->
<div class="title" title="Inconsolata is my favourite monospace font, after all...">