We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23516fa commit 37f2d19Copy full SHA for 37f2d19
_pages/ko/projects/projects.liquid
@@ -60,7 +60,7 @@ sample_projects:
60
repo: https://github.com/aspectran/demo-site
61
---
62
63
-<h2 class="mt-4 mb-3 underline">샘플 프로젝트</h2>
+<h2 class="mt-4 mb-3 underline">샘플 프로젝트 (Sample Projects)</h2>
64
<div class="row g-3">
65
{% for project in page.sample_projects %}
66
<div class="col-lg-6">
@@ -95,7 +95,7 @@ sample_projects:
95
{% endfor %}
96
</div>
97
98
-<h2 class="mt-4 mb-3 underline">스타터 프로젝트</h2>
+<h2 class="mt-4 mb-3 underline">스타터 프로젝트 (Starter Projects)</h2>
99
100
{% for project in page.starter_projects %}
101
0 commit comments