Skip to content

Commit c6852b9

Browse files
committed
Corrected static files
1 parent 033784b commit c6852b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/layout.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<link href="https://use.fontawesome.com/releases/v5.0.6/css/all.css" rel="stylesheet">
77
<link rel="stylesheet" href="{{ url_for('static', path='css/main.css') }}">
8+
89
</head>
910

1011
<body>
1112
<div class="grid-container">
1213
<div class="h">
13-
<div class="lo"><img class="logoimg" src="../img/boy_moon Mask.svg" alt=""></div>
14+
<div class="lo"><img class="logoimg" src="{{ url_for ('static', path='img/boy_moon Mask.svg') }}"></div>
1415
<div class="bra">
1516
<h1>Moon Hugs</h1>
1617
</div>

0 commit comments

Comments
 (0)