Skip to content

Commit

Permalink
fixing the phone number to be a string so it renders correctly (#51)
Browse files Browse the repository at this point in the history
* adding myself

* fixing the phone number to be a string so it renders correctly
  • Loading branch information
rmaclean authored Dec 7, 2024
1 parent 8c416ca commit a598c87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _posts/2024-12-06-robertmaclean.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ category: Freelancers
## Person data
name: Robert MacLean
email: [email protected]
cellphone: 0731425422
cellphone: "0731425422"
website: https://www.goodname.co.za
skillset: JavaScript, Node.js, Angular, React, AWS, .NET Core, Docker, Web, Deno, API, Kotlin, Architecture, Cloud, Azure, GCP, TypeScript, GitHub, Terraform, GraphQL, REST, Vue.js, Nuxt, Next, NX
github-handle: rmaclean
Expand Down
2 changes: 1 addition & 1 deletion _posts/__TEMPLATE.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ category: Freelancers
## Person data
name: Name & Surname
email: [email protected]
cellphone: 0721234567
cellphone: "0721234567"
website: https://example.com
skillset: python javascript php mysql etc
github-handle: foo
Expand Down

0 comments on commit a598c87

Please sign in to comment.