Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

请问标题动画的代码在哪里? #843

Open
yuanj82 opened this issue Aug 18, 2023 · 1 comment
Open

请问标题动画的代码在哪里? #843

yuanj82 opened this issue Aug 18, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@yuanj82
Copy link

yuanj82 commented Aug 18, 2023

我需要删除自定义页面和文章页面的标题动画,请问在何处?

@yuanj82 yuanj82 added the enhancement New feature or request label Aug 18, 2023
@liaobinbin
Copy link

liaobinbin commented Aug 29, 2023

自定义页面

<h1 class="single-title animate__animated animate__pulse animate__faster">
{{- .Title -}}
</h1>

文章页面和分类以及标签页

<h2 class="single-title animate__animated animate__pulse animate__faster">
{{- .Params.Title | default (T .Section) | default .Section | dict "Some" | T "allSome" -}}
</h2>

<h2 class="single-title animate__animated animate__pulse animate__faster">

<h2 class="single-title animate__animated animate__pulse animate__faster">

修改那个动画名字的class即可

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants