aboutsummaryrefslogtreecommitdiffstats
path: root/site/_includes
diff options
context:
space:
mode:
Diffstat (limited to 'site/_includes')
-rw-r--r--site/_includes/footer_contents.html4
-rw-r--r--site/_includes/header.html2
2 files changed, 4 insertions, 2 deletions
diff --git a/site/_includes/footer_contents.html b/site/_includes/footer_contents.html
index 83f7165..7c4d80b 100644
--- a/site/_includes/footer_contents.html
+++ b/site/_includes/footer_contents.html
@@ -15,7 +15,7 @@
<a href="https://gerrit.automotivelinux.org/gerrit/#/admin/projects/">Source Code on Git</a>
</li>
<li>
- <a target="_blank" href="/contact">Mailing List</a>
+ <a target="_blank" href="http://lists.linuxfoundation.org/mailman/listinfo/automotive-discussions">Mailing List</a>
</li>
</ul>
</div>
@@ -25,7 +25,7 @@
<li><a target="_blank" href="https://wiki.automotivelinux.org/agl-distro/source-code">Source Code</a></li>
<li><a target="_blank" href="https://jira.automotivelinux.org/browse/SPEC/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel">Issue Tracker</a></li>
<li><a target="_blank" href="https://wiki.automotivelinux.org/">Wiki</a></li>
- <li><a href="https://www.automotivelinux.org/contact-us">Contact</a></li>
+ <li><a href="https://www.automotivelinux.org/contact">Contact</a></li>
</ul>
</div>
<div class="col-sm-4">
diff --git a/site/_includes/header.html b/site/_includes/header.html
index 23a9da1..3450e72 100644
--- a/site/_includes/header.html
+++ b/site/_includes/header.html
@@ -57,9 +57,11 @@
</div>
<div class="nav_bar_right">
<ul class="nav navbar-nav">
+{% comment %} <!-- disabled because posts are not updated - see SPEC-2029 -->
<li {% if page.blog_tab %}class="active"{% endif %}>
<a href="{{ site.baseurl }}/techpost" id="blog_button">TechPost<span class="badge" id="new_blog_count"></span></a>
</li>
+{% endcomment %}
<li {% if page.contribute_tab %}class="active"{% endif %}>
<a href="{{ site.baseurl }}/contribute">Contribute</a>
</li>