summaryrefslogtreecommitdiff
path: root/examples/blog/src/components/HeaderLink.astro (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-02-21Fix import of type HTMLAttributes in blog example (#6322)Gravatar Christofer J. Ekervhén 1-1/+3
* Fix extend type HTMLAttributes in blog example * Update examples/blog/src/components/HeaderLink.astro Co-authored-by: Christofer J. Ekervhén <45903979+ChrisEke@users.noreply.github.com> --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2022-11-01fix: consider trailing slashes when calculating current path in blog example ↵Gravatar Shoubhit Dash 1-1/+3
(#5272)
2022-09-13Template (Blog): fix `HeaderLink` `isActive` check (#4647)Gravatar Sami Jaber 1-1/+1
* remove trailing slashes when checking active href * use simpler regex Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * remove unused code Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-08-26Remove "as Props" from the astro examples (#4494)Gravatar Mohammed Elhaouari 1-1/+1
2022-08-13Update: blog template (#4283)Gravatar Fred K. Schott 1-0/+20
* add new blog template * update placeholder images * use svg favicon * Update examples/blog/src/pages/blog/using-mdx.mdx Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * fred pass * more fred pass Co-authored-by: Nate Moore <nate@astro.build> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>