dillonzq / LoveIt

❤️A clean, elegant but advanced blog theme for Hugo 一个简洁、优雅且高效的 Hugo 主题
https://hugoloveit.com
MIT License
3.34k stars 1.07k forks source link

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

Open yuanj82 opened 10 months ago

yuanj82 commented 10 months ago

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

liaobinbin commented 10 months ago

自定义页面

https://github.com/dillonzq/LoveIt/blob/e9e89a4613baee823596822b7d246f5931263491/layouts/_default/single.html#L7-L9

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

https://github.com/dillonzq/LoveIt/blob/e9e89a4613baee823596822b7d246f5931263491/layouts/_default/section.html#L8-L10 https://github.com/dillonzq/LoveIt/blob/e9e89a4613baee823596822b7d246f5931263491/layouts/taxonomy/list.html#L8 https://github.com/dillonzq/LoveIt/blob/e9e89a4613baee823596822b7d246f5931263491/layouts/taxonomy/terms.html#L12

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