raviriley / agency-jekyll-theme-starter

Agency Jekyll Theme starter template (optimized for GitHub Pages)
https://raviriley.github.io/agency-jekyll-theme-starter/
MIT License
71 stars 83 forks source link

Add attributes to links in team section #16

Closed aosavi closed 1 year ago

aosavi commented 1 year ago

Is it possible to add attributes to links in the team section? E.g., a rel="me" attribute to create verified links for Mastodon?

raviriley commented 1 year ago

Go ahead, if you'd like to customize any file in the theme simply override the file. For example, for the team file, you would add the _includes folder and copy team.html into it, then update the attributes as desired.

aosavi commented 1 year ago

Great, thanks!