File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33 <ul class =" text-left md:flex justify-between" >
44 <li class =" p-2" >© ; {{ page .date | formatDate (' yyyy' ) }} Netlify </li >
55 <li class =" p-2" ><a href =" https://jamstack.org/slack" >Chat on Slack</a ></li >
6- <li class =" p-2" ><a href =" " >Netlify Support</a ></li >
6+ <li class =" p-2" ><a href =" https://community.netlify.com/ " >Netlify Support</a ></li >
77 <li class =" p-2" ><a href =" {{ pkg.repository.url }}" >Code on GitHub</a ></li >
88 </ul >
99 </footer >
Original file line number Diff line number Diff line change 4949 <a href =" https://twitter.com/jamstackconf" target =" _BLANK" rel =" noopener" class =" flex items-center justify-center p-4 hover:text-pink-500" >
5050 <svg role =" img" aria-label =" Twitter" focusable =" false" width =" 34" height =" 28" class =" fill-current" ><use xlink:href =" #logo-twitter" ></use ></svg >
5151 </a >
52- <a href =" https://github.org/jamstack/jamstack.org " target =" _BLANK" rel =" noopener" class =" flex items-center justify-center p-4 hover:text-pink-500" >
52+ <a href =" {{ pkg.repository.url }} " target =" _BLANK" rel =" noopener" class =" flex items-center justify-center p-4 hover:text-pink-500" >
5353 <svg role =" img" aria-label =" GitHub" focusable =" false" width =" 36" height =" 36" class =" fill-current" ><use xlink:href =" #logo-github" ></use ></svg >
5454 </a >
5555 </div >
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ layout: layouts/base.njk
4545<section class =" my-12" >
4646 <h2 class =" text-white font-semi-bold text-3xl" >Contribute</h2 >
4747 <p >
48- Should your site be featured here in this gallery? Let us know about it by <a href =" {{ pkg.repository.url }}" target =" _BLANK" rel =" noopener" >opening a pull request</a >.
48+ Should your site be featured here in this gallery? Let us know about it by <a href =" {{ pkg.repository.url }}/pulls " target =" _BLANK" rel =" noopener" >opening a pull request</a >.
4949 </p >
5050</section >
5151
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ eleventyComputed:
2525 {{- item .definition | safe }}
2626 {% endmarkdown %}
2727 </div >
28- <p class =" mt-12 mb-20" >You can help us to expand and improve this glossary <a href =" # " >by creating an issue</a >.</p >
28+ <p class =" mt-12 mb-20" >You can help us to expand and improve this glossary <a href =" {{ pkg.repository.url }}/issues " >by creating an issue</a >.</p >
2929</section >
3030
3131{% include " components/join-the-movement.njk" %}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ layout: layouts/base.njk
2020
2121<section class =" border-gray-400 border-b mb-10" >
2222 {{ content | safe }}
23- <p class =" mt-12 mb-20" >You can help us to expand and improve this glossary <a href =" # " >by creating an issue</a >.</p >
23+ <p class =" mt-12 mb-20" >You can help us to expand and improve this glossary <a href =" {{ pkg.repository.url }}/issues " >by creating an issue</a >.</p >
2424</section >
2525
2626{% include " components/join-the-movement.njk" %}
You can’t perform that action at this time.
0 commit comments