mirror of
https://github.com/Start9Labs/start9.com.git
synced 2026-03-26 02:11:55 +00:00
update link for community tech program
This commit is contained in:
@@ -35,7 +35,7 @@ module.exports = {
|
||||
},
|
||||
contribute: {
|
||||
url: 'https://start9.com/latest/contribute',
|
||||
techDetails: 'https://start9.com/community-tech-program'
|
||||
techDetails: 'https://blog.start9.com/community-tech-program/'
|
||||
},
|
||||
footer: {
|
||||
copyright: '© ' + new Date().getFullYear() + ' by Start9 Labs, Inc',
|
||||
|
||||
@@ -29,7 +29,7 @@ layout: layouts/peripheral.njk
|
||||
{% for item in job.description %}
|
||||
<p>{{ item }}</p>
|
||||
{% 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%}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user