Remove date from keywords perspective #6

Closed
opened 2022-10-25 16:09:28 +02:00 by anybody · 1 comment
Member

if you click on a keyword, as in some-sandpoints-page/keywords the new page shows all entries with that keyword, ALSO the date they were created (in my case file creation date is part of the YAML header). It would be great if they could be ommited.
image

if you click on a keyword, as in `some-sandpoints-page/keywords` the new page shows all entries with that keyword, ALSO the date they were created (in my case file creation date is part of the YAML header). It would be great if they could be ommited. ![image](/attachments/7f0a2c5c-caa5-4459-92db-f6c604eb6e05)
Author
Member

Omiting the date from the keyword view can be done by editing ...theme/layouts/taxonomy/list.html to comment out line 15 that mentions date.

<!--<div class="blog-date">{{ .Date.Format "Jan 2, 2006" }}</div>-->
Omiting the date from the keyword view can be done by editing `...theme/layouts/taxonomy/list.html` to comment out `line 15` that mentions date. ``` <!--<div class="blog-date">{{ .Date.Format "Jan 2, 2006" }}</div>--> ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Drawwell/SandpointsTheme#6
No description provided.