Merge pull request #53 from gtn1024/patch-1

hidden date and description when both is empty
This commit is contained in:
Paul T
2024-08-17 20:18:29 -04:00
committed by GitHub

View File

@@ -410,7 +410,9 @@
pad[
#justified-header(title-content, location)
#secondary-justified-header(description, date)
#if description != "" or date != "" [
#secondary-justified-header(description, date)
]
]
}