This commit is contained in:
WickedJack99
2022-09-26 01:00:32 +02:00
parent ff5f5273da
commit 7d8ac8aedd
14 changed files with 73 additions and 49 deletions

View File

@@ -1,5 +1,5 @@
<nav> |
<div class="w3-bar w3-black">
{% for item in site.data.navigation %}
<a href="{{ item.link }}" {% if page.url == item.link %} class="current" {% endif %}>{{ item.name }}</a> |
<a href="{{ item.link }}" {% if page.url == item.link %} class="current" {% endif %}>{{ item.name }}</a>
{% endfor %}
</nav>
</div>

View File

@@ -4,6 +4,8 @@
<meta charset="utf-8">
<title>{{ page.title }}</title>
<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://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="{{ '/website/assets/css/' | append: page.css_file }}">
</head>
<body>

View File

@@ -4,6 +4,8 @@
<meta charset="utf-8">
<title>{{ page.title }}</title>
<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://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="/website/assets/css/law.css">
</head>
<body>

View File

@@ -4,6 +4,8 @@
<meta charset="utf-8">
<title>{{ page.title }}</title>
<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://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="/website/assets/css/blog.css">
</head>
<body>