Skip to content

Commit 2ed66e4

Browse files
committed
rm /
1 parent ecaf5b8 commit 2ed66e4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<header class="hero">
22
<div class="container">
3-
<img src="/static/img/logo.png" alt="fssg Logo" class="logo" />
3+
<img src="static/img/logo.png" alt="fssg Logo" class="logo" />
44
<h1>fssg</h1>
55
<p class="tagline">Blazing Fast. Pure Shell. Zero Fuss.</p>
66
<p class="description">

src/template.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
content="fssg is a minimal, fast static site generator built with POSIX shell scripting."
99
/>
1010
<title>fssg - Fast Static Site Generator</title>
11-
<link href="/static/css/style.css" rel="stylesheet" />
12-
<link rel="icon" type="image/x-icon" href="/static/img/logo.png" />
11+
<link href="static/css/style.css" rel="stylesheet" />
12+
<link rel="icon" type="image/x-icon" href="static/img/logo.png" />
1313
</head>
1414
<body>
1515
{{content}}

0 commit comments

Comments
 (0)