This is an automated email from the ASF dual-hosted git repository.
wangdan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus-website.git
The following commit(s) were added to refs/heads/master by this push:
new 9408c496 Fix a typo in path (#25)
9408c496 is described below
commit 9408c496a85c8b91c186e8704dd0d134c1a73846
Author: Yingchun Lai <[email protected]>
AuthorDate: Thu Nov 2 15:46:54 2023 +0800
Fix a typo in path (#25)
---
_includes/head.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/_includes/head.html b/_includes/head.html
index be5c83b6..20e060ae 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -4,10 +4,10 @@
<title>{{ site.title }} | {{ page.title }}</title>
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/app.css">
<link rel="shortcut icon" href="{{ site.baseurl
}}/assets/images/favicon.ico">
- <link rel="stylesheet" href="/asset/css/utilities.min.css">
- <link rel="stylesheet" href="/asset/css/docsearch.min.css" />
- <script src="/asset/js/jquery.min.js"></script>
- <script src="/asset/js/all.min.js"></script>
+ <link rel="stylesheet" href="/assets/css/utilities.min.css">
+ <link rel="stylesheet" href="/assets/css/docsearch.min.css" />
+ <script src="/assets/js/jquery.min.js"></script>
+ <script src="/assets/js/all.min.js"></script>
{% seo %}
{%- if site.google_analytics -%}
{%- include google-analytics.html -%}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]