0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-31 19:32:47 +00:00

Revert "Add <meta> tags to template"

This commit is contained in:
Trevor Buckner
2021-11-03 22:07:58 -04:00
committed by GitHub
parent 3a4cf4f2dd
commit f4529594a2
6 changed files with 8 additions and 81 deletions

View File

@@ -17,7 +17,6 @@ const HomebrewSchema = mongoose.Schema({
renderer : { type: String, default: '' },
authors : [String],
published : { type: Boolean, default: false },
thumbnail : { type: String, default: '' },
createdAt : { type: Date, default: Date.now },
updatedAt : { type: Date, default: Date.now },