Lots of css changes, html description, whathaveyou
This commit is contained in:
parent
2a815643c0
commit
34e7f5aa95
24 changed files with 558 additions and 60 deletions
|
@ -6,22 +6,29 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||
<meta charset="UTF-8">
|
||||
|
||||
<!-- Stylesheets -->
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=IBM+Plex+Mono">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<!-- Stylesheets and favicon-->
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
<link rel="stylesheet" href="/sidebar.css">
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
||||
|
||||
<!-- Page preview -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://www.nixfox.ca">
|
||||
<meta property="og:title" content="{%- if section.title %}{{ section.title }}{%- endif -%}{%- if page.title %}{{ page.title }}{%- endif -%}">
|
||||
<meta property="og:description" content="{%- if section.description %}{{ section.description }}{%- endif -%}{%- if page.description %}{{ page.description }}{%- endif -%}">
|
||||
|
||||
<!-- Prevent page flashing -->
|
||||
<script type="text/javascript" src="/nofade.js"></script>
|
||||
|
||||
<title>nixfox den</title>
|
||||
</head>
|
||||
|
||||
<input type="checkbox" class="opensidebarmenu" id="opensidebarmenu">
|
||||
<label for="opensidebarmenu" class="sidebaricontoggle"></label>
|
||||
|
||||
<body class="preload">
|
||||
{% include "sidebar.html" %}
|
||||
|
||||
<button type="button" class="sidebar-toggle" id="sidebar-toggle" aria-pressed="false"></button>
|
||||
|
||||
<div id="main" class="column">
|
||||
<div class="container">
|
||||
{% block content %} {% endblock content %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue