Skip to content

Commit

Permalink
🐛 Fix desciption content
Browse files Browse the repository at this point in the history
  • Loading branch information
iWangJiaxiang committed Dec 22, 2024
1 parent c9093bf commit 73cb708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{% import "_macros.html" as macro %}

{% block head %}
{{ macro::head_meta_original_title(_permalink = section.path, excerpt = section.description | default(value= section.title ~ " | " ~ config.description), type = 'website') }}
{{ macro::head_meta_original_title(_permalink = section.path, excerpt = section.description | default(value=config.description), type = 'website') }}
{% endblock %}

{% block content %}
Expand Down

0 comments on commit 73cb708

Please sign in to comment.