Skip to content

Commit 8fa828f

Browse files
committed
chore: format files
1 parent fb4446e commit 8fa828f

File tree

4 files changed

+331
-324
lines changed

4 files changed

+331
-324
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ Many companies and recruiters use [ATS](https://wikipedia.org/wiki/Applicant_tra
4343

4444
You can use inline Markdown in the following properties to make text bold, italic, or link them to external pages:
4545

46-
* `summary`
47-
* `highlights`
46+
- `summary`
47+
- `highlights`
4848

4949
### Open Graph Protocol
5050

@@ -58,6 +58,6 @@ Includes a dark mode, and uses the [`prefers-color-scheme`](https://developer.mo
5858

5959
This theme makes no external connections, doesn't embed scripts, and is lightweight by design. Both HTML and PDF exports will be minimal.
6060

61-
## Preview
61+
## Preview
6262

6363
![Two screenshots of the Class theme for JSON Resume side-by-side. On the left-side, we see the light mode variant, while on the right-side is the dark mode variant.](./assets/preview.png)

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export async function render(resume) {
114114
}
115115
}
116116

117-
const [ css, template ] = await loading;
117+
const [css, template] = await loading;
118118
const html = Handlebars.compile(template)({
119119
css,
120120
resume

0 commit comments

Comments
 (0)