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