This is an automated email from the ASF dual-hosted git repository.
humbedooh pushed a commit to branch asf-site-build
in repository https://gitbox.apache.org/repos/asf/steve.git
The following commit(s) were added to refs/heads/asf-site-build by this push:
new ef79480 Update page.html
ef79480 is described below
commit ef7948096094928c820a065a8910dd69da1a18f0
Author: Daniel Gruno <[email protected]>
AuthorDate: Sun Apr 3 12:10:06 2022 +0200
Update page.html
---
theme/templates/page.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/theme/templates/page.html b/theme/templates/page.html
index dfdd8b9..516fb8f 100644
--- a/theme/templates/page.html
+++ b/theme/templates/page.html
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/steve.css">
+ <link rel="stylesheet" href="theme/css/steve.css">
<title>{{ page.title }} - {{SITENAME}}</title>
</head>
<body>