Skip to content

Commit

Permalink
Link to p5js.org/people page
Browse files Browse the repository at this point in the history
  • Loading branch information
Qianqianye authored Oct 9, 2024
1 parent 063104a commit c0183d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/ExampleLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const { Content } = await example.render();
<p>{example.data.arialabel}</p>
<div class="rendered-markdown">
<p>
<a href={Astro.url.pathname}>{example.data.title}</a> by <a href="https://github.com/processing/p5.js?tab=readme-ov-file#contributors">p5.js Contributors</a> and the <a href="https://processingfoundation.org/people">Processing Foundation</a> is licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank">CC BY-NC-SA 4.0</a>.
<a href={Astro.url.pathname}>{example.data.title}</a> by <a href="https://p5js.org/people">p5.js Contributors</a> and the <a href="https://processingfoundation.org/people">Processing Foundation</a> is licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank">CC BY-NC-SA 4.0</a>.
</p>
<img src="/images/by-nc-sa.svg" />
</div>
Expand Down

0 comments on commit c0183d6

Please sign in to comment.