Merge pull request #53 from gtn1024/patch-1
hidden date and description when both is empty
This commit is contained in:
2
lib.typ
2
lib.typ
@@ -410,8 +410,10 @@
|
|||||||
|
|
||||||
pad[
|
pad[
|
||||||
#justified-header(title-content, location)
|
#justified-header(title-content, location)
|
||||||
|
#if description != "" or date != "" [
|
||||||
#secondary-justified-header(description, date)
|
#secondary-justified-header(description, date)
|
||||||
]
|
]
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Show cumulative GPA.
|
/// Show cumulative GPA.
|
||||||
|
|||||||
Reference in New Issue
Block a user