tufu9441 / maupassant-hexo

A simple Hexo theme forked from icylogic.
https://www.haomwei.com
MIT License
2.63k stars 669 forks source link

关于摘要的问题 #455

Closed eassy closed 3 years ago

eassy commented 5 years ago

关于大家都在问的摘要问题,我觉得有一个不算多好的解决办法,就是修改模板文件,添加 description: {{ title }} ,这行至少可以让每篇摘要和 title 相同,效果也可以接受

tufu9441 commented 5 years ago

具体该如何实现?

eassy commented 5 years ago

特别简单。。。修改 scaffolds/post.md 文件

---
title: {{ title }}
date: {{ date }}
tags:
description: {{ title }}
---

不知道能不能满足其他人需求