-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: created coworker-slug #131
base: master
Are you sure you want to change the base?
Conversation
Denna är ju inte klar än som sagt. Däremot något vi kan lägga till redan nu är stöd för metadata för varje enskild medarbetare. Det finns en |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Missing some styling, but it works!
Would be nice to indicate somehow that coworker is clickable on index (hover effect or something)
export let coworker | ||
const [workTitle, phone, email] = coworker.custom_excerpt.split('\n') | ||
</script> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing meta-tag. For instance <Meta title="Iteam | Om oss - {coworker.title}" />
@@ -1,59 +0,0 @@ | |||
<script context="module"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file hasn't been removed. Just all content :)
Created co-workers slug page, not final design.