mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-06-19 04:07:28 -05:00
Make comments toggleable, remove word count, and give tags some space
This commit is contained in:
archetypes
assets/css
layouts
@ -3,6 +3,7 @@
|
||||
title: {{ replace .Name "-" " " | title }}
|
||||
date: {{ .Date | time.Format "2006-01-02" }}
|
||||
toc: true
|
||||
comments: true
|
||||
draft: true
|
||||
|
||||
tags:
|
||||
|
@ -3,6 +3,7 @@
|
||||
title: {{ replace .Name "-" " " | title }}
|
||||
menu: main
|
||||
toc: true
|
||||
comments: false
|
||||
|
||||
---
|
||||
|
||||
|
Reference in New Issue
Block a user