Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ exclude:
- lighthouse_results/
- package.json
- package-lock.json
- _pages/about_einstein.md
- _pages/about_jacob.md
- purgecss.config.js
- README.md
- readme_preview/
Expand Down
4 changes: 2 additions & 2 deletions _pages/profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ profiles:
# and create one content file for each profile inside _pages/
- align: right
image: prof_pic.jpg
content: about_einstein.md
content: about_jacob.md
image_circular: false # crops the image to make it circular
more_info: >
<p>555 your office number</p>
<p>123 your address street</p>
<p>Your City, State 12345</p>
- align: left
image: prof_pic.jpg
content: about_einstein.md
content: about_jacob.md
image_circular: false # crops the image to make it circular
more_info: >
<p>555 your office number</p>
Expand Down
Loading