Skip to content

Commit 63d6a69

Browse files
kevinten10claude
andcommitted
fix: 修复英文首页未关闭的 shortcode 标签
多处 {{% /blocks/feature %} 缺少结束的 }, 导致 Hugo 0.145.0 构建报错 unclosed shortcode。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8e04bae commit 63d6a69

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

content/en/_index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ <h2 style="margin-bottom: 1rem;">Why Capa?</h2>
4444

4545
{{% blocks/feature icon="fa-code" title="Standard APIs" %}}
4646
Unified standard API layer supporting RPC, Configuration, Pub/Sub, State Management and more distributed capabilities.
47-
{{% /blocks/feature %}
47+
{{% /blocks/feature %}}
4848

4949
{{< /blocks/section >}}
5050

@@ -156,14 +156,14 @@ <h3 class="text-white mb-3">Rich Feature Set</h3>
156156
{{< blocks/section color="white" >}}
157157
{{% blocks/feature icon="fab fa-github" title="Open Source" url="https://github.com/capa-cloud/capa-java" %}}
158158
Welcome to contribute to Capa by submitting Issues or Pull Requests.
159-
{{% /blocks/feature %}
159+
{{% /blocks/feature %}}
160160

161161
{{% blocks/feature icon="fa-comments" title="Discussion" url="/community/" %}}
162162
Join community discussions about Mecha architecture and cloud-native technologies.
163-
{{% /blocks/feature %}
163+
{{% /blocks/feature %}}
164164

165-
{{% blocks/feature icon="fa-envelope" title="Contact" url="https://github.com/capa-cloud/capa-java/issues" %}
165+
{{% blocks/feature icon="fa-envelope" title="Contact" url="https://github.com/capa-cloud/capa-java/issues" %}}
166166
Have questions or suggestions? Contact us on GitHub anytime.
167-
{{% /blocks/feature %}
167+
{{% /blocks/feature %}}
168168
{{< /blocks/section >}}
169169
</function_results>

0 commit comments

Comments
 (0)