0042
This commit is contained in:
@@ -5,12 +5,12 @@
|
||||
<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>
|
||||
{% include navigation.html %}
|
||||
{{ content }}
|
||||
{% include footerNavbar.html %} {% include socialMedia.html %}
|
||||
{% include footerNavbar.html %}
|
||||
</body>
|
||||
</html>
|
||||
@@ -11,6 +11,6 @@
|
||||
<body>
|
||||
{% include navigation.html %}
|
||||
{{ content }}
|
||||
{% include footerNavbar.html %} {% include socialMedia.html %}
|
||||
{% include footerNavbar.html %}
|
||||
</body>
|
||||
</html>
|
||||
@@ -13,6 +13,6 @@
|
||||
<h1>{{ page.title }}</h1>
|
||||
<p>{{ page.date | date_to_string }} - {{ page.author }}</p>
|
||||
{{ content }}
|
||||
{% include footerNavbar.html %} {% include socialMedia.html %}
|
||||
{% include footerNavbar.html %}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user