Modify structure to fit a static site format
This commit is contained in:
parent
97fc5437f0
commit
6cd9053e29
|
@ -2,6 +2,9 @@
|
|||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicons/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="/assets/favicons/favicon-96x96.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicons/favicon-16x16.png">
|
||||
<title>{{ page.title }}</title>
|
||||
|
||||
{% if page.robots %}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{%- assign page_paths = site.header_pages | default: default_paths -%}
|
||||
<header>
|
||||
<div class="menu">
|
||||
<a href="/"><img class="menu-logo" src="assets/base/distrust-text-white.svg" height="20px" alt="Distrust broken chain logo with white text"/></a>
|
||||
<a href="/index.html"><img class="menu-logo" src="assets/base/distrust-text-white.svg" height="20px" alt="Distrust broken chain logo with white text"/></a>
|
||||
<ul>
|
||||
{%- for path in page_paths -%}
|
||||
{%- assign my_page = site.pages | where: "path", path | first -%}
|
||||
|
|
2
about.md
2
about.md
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: /about
|
||||
layout: home
|
||||
permalink: /about
|
||||
permalink: /about.html
|
||||
---
|
||||
|
||||
## Approach
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 945 B |
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: /contact
|
||||
layout: home
|
||||
permalink: /contact
|
||||
permalink: /contact.html
|
||||
---
|
||||
|
||||
## Team
|
||||
|
|
Loading…
Reference in New Issue