Skip to content

Commit 5344018

Browse files
committed
Update
1 parent 57fad16 commit 5344018

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ title: "Aspectran"
99
slogan: "The Next Generation Java Application Framework"
1010

1111
# The description is used on homepage and in the footer to quickly describe your website. Use a maximum of 150 characters for SEO-purposes.
12-
description: "Aspectran is a lightweight, high‑performance framework for building both simple shell applications and large enterprise web services on the JVM. "
12+
description: "Aspectran is a lightweight, high‑performance framework for building both simple shell applications and large enterprise web services on the JVM."
1313

1414
# Main author of the website
1515
# See > authors.yml

_includes/_head.liquid

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
88
<title>{% if page.meta_title %}{{ page.meta_title }}{% elsif page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
99

10-
{% comment %}<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/aspectran/aspectran-assets/app/webroot/assets/[email protected]/css/aspectran.css?v=20251121"/>{% endcomment %}
11-
<link rel="stylesheet" type="text/css" href="https://assets.aspectran.com/[email protected]/css/aspectran.css?v=20251121"/>
10+
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/aspectran/aspectran-assets/app/webroot/assets/[email protected]/css/aspectran.css?v=20251121"/>
11+
{% comment %}<link rel="stylesheet" type="text/css" href="https://assets.aspectran.com/[email protected]/css/aspectran.css?v=20251121"/>{% endcomment %}
1212
{% comment %}<link rel="stylesheet" type="text/css" href="http://localhost:8090/assets/[email protected]/css/aspectran.css"/>{% endcomment %}
1313

1414
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400&display=swap">
@@ -17,7 +17,7 @@
1717
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-FKyoEForCGlyvwx9Hj09JcYn3nv7wiPVlz7YYwJrWVcXK/BmnVDxM+D2scQbITxI" crossorigin="anonymous"></script>
1818

1919
{% if site.google_site_verification %}
20-
<meta name="google-site-verification" content="{{ site.google_site_verification}}">{% endif %}
20+
<meta name="google-site-verification" content="{{ site.google_site_verification }}">{% endif %}
2121
{% if site.bing_webmastertools_id %}
2222
<meta name="msvalidate.01" content="{{ site.bing_webmastertools_id }}">{% endif %}
2323
{% if page.meta_description %}

0 commit comments

Comments
 (0)