Skip to content

Commit bf0bcfb

Browse files
committed
move images to assets folder
1 parent a431126 commit bf0bcfb

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="UTF-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<meta name="robots" content="index, follow">
8-
<link rel="icon" type="image/png" href="/favicon.png">
8+
<link rel="icon" type="image/png" href="/assets/favicon.png">
99

1010
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
1111
<style>
File renamed without changes.
File renamed without changes.
File renamed without changes.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
title: Open Rowing Community
44
---
55
<section class="mainPage">
6-
<img class="logo" src="logo.svg" alt="The Open Rowing Community logo depicting a stick figure on a rowing machine in a black line art and simple shapes style. The circle making up the flywheel is only a half circle, attempting to symbolize openness in the open source software sense." />
6+
<img class="logo" src="/assets/logo.svg" alt="The Open Rowing Community logo depicting a stick figure on a rowing machine in a black line art and simple shapes style. The circle making up the flywheel is only a half circle, attempting to symbolize openness in the open source software sense." />
77
<h1 class="siteTitle">{{ page.title }}</h1>
88

99
<a href="https://pub.dev/publishers/openrowing.com/packages"><img alt="Static Badge" src="https://img.shields.io/badge/pub.dev-openrowing.com-blue"></a>

0 commit comments

Comments
 (0)