fix: remove unnecessary newline in index.md and correct indentation in layout.njk
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<!doctype html><!-- HTML5 -->
|
<!doctype html><!-- HTML5 -->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
|
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
|
||||||
<title>{{ title }}</title>
|
<title>{{ title }}</title>
|
||||||
@@ -12,8 +12,8 @@
|
|||||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="/css/style.css">
|
<link rel="stylesheet" href="/css/style.css">
|
||||||
<link rel="icon" type="image/x-icon" href="/favicon.png">
|
<link rel="icon" type="image/x-icon" href="/favicon.png">
|
||||||
</head>
|
</head>
|
||||||
<body class="antialiased">
|
<body class="antialiased">
|
||||||
<!-- Header & Nav -->
|
<!-- Header & Nav -->
|
||||||
<header class="sticky top-0 z-50 glass-card shadow-md">
|
<header class="sticky top-0 z-50 glass-card shadow-md">
|
||||||
<nav class="container mx-auto px-6 py-4 flex justify-between items-center">
|
<nav class="container mx-auto px-6 py-4 flex justify-between items-center">
|
||||||
@@ -58,5 +58,5 @@
|
|||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
<script src="/js/main.js"></script>
|
<script src="/js/main.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
@@ -2,7 +2,6 @@
|
|||||||
title: "Jesus - Network Engineer"
|
title: "Jesus - Network Engineer"
|
||||||
layout: "layout.njk"
|
layout: "layout.njk"
|
||||||
descrption: "A website showcasing my skills and experience as a network engineer"
|
descrption: "A website showcasing my skills and experience as a network engineer"
|
||||||
|
|
||||||
---
|
---
|
||||||
<!-- Hero Section -->
|
<!-- Hero Section -->
|
||||||
<section id="hero" class="text-center py-20">
|
<section id="hero" class="text-center py-20">
|
||||||
|
Reference in New Issue
Block a user