Skip to content

Commit c67d811

Browse files
committed
Update
1 parent bd94520 commit c67d811

File tree

4 files changed

+15
-16
lines changed

4 files changed

+15
-16
lines changed

_includes/_head.liquid

Lines changed: 2 additions & 2 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/bootstrap@5.3.8/css/aspectran.css?v=20250923"/>{% endcomment %}
11-
<link rel="stylesheet" type="text/css" href="http://localhost:8090/assets/bootstrap@5.3.8/css/aspectran.css"/>
10+
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/aspectran/aspectran-assets/app/webroot/assets/bootstrap@5.3.8/css/aspectran.css?v=20251005"/>
11+
{% comment %}<link rel="stylesheet" type="text/css" href="http://localhost:8090/assets/bootstrap@5.3.8/css/aspectran.css"/>{% endcomment %}
1212

1313
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400&display=swap">
1414
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>

_includes/_sidebar_en.liquid

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@
77
<p class="text-muted mb-0">
88
Check out Aspectran’s development progress or get involved on GitHub.
99
</p>
10-
{% include link-box.liquid href="https://github.com/aspectran" %}
10+
{% include link-box.liquid href="https://github.com/aspectran/aspectran" %}
1111
</div>
1212
<div class="panel-heading mt-4">
13-
<h5 class="bi bi-github underline"> Aspectow Light &amp; Enterprise</h5>
13+
<h5 class="bi bi-github underline"> Aspectow project on GitHub</h5>
1414
</div>
1515
<div class="panel-body">
16+
<p class="text-muted mt-2 mb-0">
17+
Aspectow is a powerful framework for building enterprise web applications.
18+
</p>
19+
{% include link-box.liquid href="https://github.com/aspectran/aspectow" %}
1620
<p class="text-muted mt-2 mb-0">
1721
Aspectow Light is a very lightweight web application server, primarily useful for building REST API servers.
1822
</p>
1923
{% include link-box.liquid href="https://github.com/aspectran/aspectow-light" %}
20-
<p class="text-muted mt-2 mb-0">
21-
Aspectow Enterprise is a solution optimized for building enterprise web applications.
22-
</p>
23-
{% include link-box.liquid href="https://github.com/aspectran/aspectow-enterprise" %}
2424
</div>
2525
</div>
2626
</aside>

_includes/_sidebar_ko.liquid

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@
77
<p class="text-muted mb-0">
88
Aspectran의 개발 진행 상황을 확인하거나 GitHub에 참여해 보세요.
99
</p>
10-
{% include link-box.liquid href="https://github.com/aspectran" %}
10+
{% include link-box.liquid href="https://github.com/aspectran/aspectran" %}
1111
</div>
1212
<div class="panel-heading mt-4">
13-
<h5 class="bi bi-github underline"> Aspectow Light &amp; Enterprise</h5>
13+
<h5 class="bi bi-github underline"> GitHub의 Aspectow 프로젝트</h5>
1414
</div>
1515
<div class="panel-body">
1616
<p class="text-muted mt-2 mb-0">
17-
Aspectow Light는 매우 가벼운 웹 애플리케이션 서버로, 주로 REST API 서버를 구축하는 데 유용합니다.
17+
Aspectow는 엔터프라이즈 웹 애플리케이션 구축에 최적화된 솔루션입니다.
1818
</p>
19-
{% include link-box.liquid href="https://github.com/aspectran/aspectow-light" %}
19+
{% include link-box.liquid href="https://github.com/aspectran/aspectow" %}
2020
<p class="text-muted mt-2 mb-0">
21-
Aspectow Enterprise는 엔터프라이즈 웹 애플리케이션 구축하는 데 최적화된 솔루션입니다.
21+
Aspectow Light는 매우 가벼운 웹 애플리케이션 서버로, 주로 REST API 서버를 구축하는 데 유용합니다.
2222
</p>
23-
{% include link-box.liquid href="https://github.com/aspectran/aspectow-enterprise" %}
23+
{% include link-box.liquid href="https://github.com/aspectran/aspectow-light" %}
2424
</div>
2525
</div>
2626
</aside>

_includes/link-box.liquid

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<div class="input-group mt-1 mb-1">
2-
<span class="input-group-text bi bi-link-45deg"></span>
32
<input type="text" class="form-control" value="{{ include.href }}" readonly>
4-
<button class="btn btn-outline-primary" type="button" onclick="window.open('{{ include.href }}')">Go</button>
3+
<button class="btn btn-outline-primary" type="button" onclick="window.open('{{ include.href }}')"><i class="bi bi-box-arrow-up-right"></i></button>
54
</div>

0 commit comments

Comments
 (0)