format: auto-formatting
This commit is contained in:
5
lib.typ
5
lib.typ
@@ -285,7 +285,7 @@
|
||||
let address = {
|
||||
set text(
|
||||
size: 9pt,
|
||||
weight: "regular"
|
||||
weight: "regular",
|
||||
)
|
||||
align(center)[
|
||||
#if ("address" in author) [
|
||||
@@ -382,9 +382,8 @@
|
||||
description: "",
|
||||
accent-color: default-accent-color,
|
||||
location-color: default-location-color,
|
||||
title-link: none
|
||||
title-link: none,
|
||||
) = {
|
||||
|
||||
let title-content
|
||||
if type(title-link) == "string" {
|
||||
title-content = link(title-link)[#title]
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
location: "Example City, EX",
|
||||
date: "2019 - Present",
|
||||
description: "Example, Inc.",
|
||||
title-link: "https://github.com/DeveloperPaul123"
|
||||
title-link: "https://github.com/DeveloperPaul123",
|
||||
)
|
||||
|
||||
#resume-item[
|
||||
|
||||
Reference in New Issue
Block a user