format: auto-formatting

This commit is contained in:
Paul Tsouchlos
2024-07-22 09:52:18 -04:00
parent 650b2b0cec
commit 3845415587
2 changed files with 4 additions and 5 deletions

View File

@@ -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]

View File

@@ -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[