Public Access
1
0

fix: remove unnecessary newline in index.md and correct indentation in layout.njk

This commit is contained in:
2025-08-14 21:31:57 -04:00
parent 87dd0c0375
commit f9cacffccf
2 changed files with 57 additions and 58 deletions

View File

@@ -1,6 +1,6 @@
<!doctype html><!-- HTML5 -->
<html lang="en">
<head>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<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 rel="stylesheet" href="/css/style.css">
<link rel="icon" type="image/x-icon" href="/favicon.png">
</head>
<body class="antialiased">
</head>
<body class="antialiased">
<!-- Header & Nav -->
<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">
@@ -58,5 +58,5 @@
</div>
</footer>
<script src="/js/main.js"></script>
</body>
</body>
</html>

View File

@@ -2,7 +2,6 @@
title: "Jesus - Network Engineer"
layout: "layout.njk"
descrption: "A website showcasing my skills and experience as a network engineer"
---
<!-- Hero Section -->
<section id="hero" class="text-center py-20">