mirror of
https://github.com/Start9Labs/start9.com.git
synced 2026-03-30 12:11:58 +00:00
update link for community tech program
This commit is contained in:
@@ -35,7 +35,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
contribute: {
|
contribute: {
|
||||||
url: 'https://start9.com/latest/contribute',
|
url: 'https://start9.com/latest/contribute',
|
||||||
techDetails: 'https://start9.com/community-tech-program'
|
techDetails: 'https://blog.start9.com/community-tech-program/'
|
||||||
},
|
},
|
||||||
footer: {
|
footer: {
|
||||||
copyright: '© ' + new Date().getFullYear() + ' by Start9 Labs, Inc',
|
copyright: '© ' + new Date().getFullYear() + ' by Start9 Labs, Inc',
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ layout: layouts/peripheral.njk
|
|||||||
{% for item in job.description %}
|
{% for item in job.description %}
|
||||||
<p>{{ item }}</p>
|
<p>{{ item }}</p>
|
||||||
{% if job.title.includes('Community') %}
|
{% if job.title.includes('Community') %}
|
||||||
<p>Visit <a target='_blank' href='https://start9.com/community-tech-program'>here</a> for more details.</p>
|
<p>Visit <a target='_blank' rel="noopener noreferrer" href='{{ site.contribute.techDetails }}'>here</a> for more details.</p>
|
||||||
{% endif%}
|
{% endif%}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user