Skip to content

Commit

Permalink
Matomo ash.html; add Publications link to nav
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewandrews committed Dec 5, 2019
1 parent 0fe9c93 commit c4839bb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
4 changes: 4 additions & 0 deletions build/banner.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,10 @@
class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-40734 nav-item">
<a title="News &amp; media" href="https://www.ala.org.au/blog/"
class="dropdown-item">News &amp; media</a></li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement"
class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent nav-item">
<a href="https://www.ala.org.au/publications/"
class="dropdown-item">Publications</a></li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement"
id="menu-item-175"
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-175 nav-item">
Expand Down
11 changes: 3 additions & 8 deletions build/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ <h4 class="h4"><a href="https://spatial.ala.org.au/" class="underline">Explore t
<div class="container">
<div class="row">
<div class="col-md-4 col-lg-6">
<!-- The WordPress Menu goes here -->
<div class="footer-menu">
<ul id="menu-search-analyse" class="menu menu-2-col">
<li id="menu-item-208"
Expand Down Expand Up @@ -117,7 +116,6 @@ <h4 class="h4"><a href="https://spatial.ala.org.au/" class="underline">Explore t
</div>
</div><!--col end -->
<div class="col-md-4 col-lg-3">
<!-- The WordPress Menu goes here -->
<div class="footer-menu">
<ul id="menu-contribute" class="menu">
<li id="menu-item-218"
Expand Down Expand Up @@ -160,7 +158,6 @@ <h4 class="h4"><a href="https://spatial.ala.org.au/" class="underline">Explore t
</div>
</div><!--col end -->
<div class="col-md-4 col-lg-3">
<!-- The WordPress Menu goes here -->
<div class="footer-menu">
<ul id="menu-about" class="menu">
<li id="menu-item-225"
Expand All @@ -174,6 +171,8 @@ <h4 class="h4"><a href="https://spatial.ala.org.au/" class="underline">Explore t
<li id="menu-item-41965"
class="menu-item menu-item-type-custom menu-item-object-custom"><a
title="News &amp; media" href="https://www.ala.org.au/blog/">News &amp; media</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page"><a
href="https://www.ala.org.au/publications/">Publications</a></li>
<li id="menu-item-226"
class="menu-item menu-item-type-post_type menu-item-object-page"><a
title="Contact us" href="https://www.ala.org.au/contact-us/">Contact
Expand Down Expand Up @@ -203,7 +202,6 @@ <h4 class="h4"><a href="https://spatial.ala.org.au/" class="underline">Explore t
</div>
</div><!--col end -->
<div class="col-md-4 col-lg-6">
<!-- The WordPress Menu goes here -->
<div class="footer-menu">
<ul id="menu-tools" class="menu menu-2-col">
<li id="menu-item-41579"
Expand Down Expand Up @@ -251,7 +249,6 @@ <h4 class="h4"><a href="https://spatial.ala.org.au/" class="underline">Explore t
</div>
</div><!--col end -->
<div class="col-md-4 col-lg-3">
<!-- The WordPress Menu goes here -->
<div class="footer-menu">
<ul id="menu-community-hubs" class="menu">
<li id="menu-item-41590"
Expand Down Expand Up @@ -283,7 +280,6 @@ <h4 class="h4"><a href="https://spatial.ala.org.au/" class="underline">Explore t
</div>
</div><!--col end -->
<div class="col-md-4 col-lg-3">
<!-- The WordPress Menu goes here -->
<div class="footer-menu">
<ul id="menu-ala-for" class="menu">
<li id="menu-item-41868"
Expand All @@ -310,7 +306,6 @@ <h4 class="h4"><a href="https://spatial.ala.org.au/" class="underline">Explore t
</div>
</div><!--col end -->
<div class="col-md-12">
<!-- The WordPress Menu goes here -->
<div class="footer-menu-horizontal">
<ul id="menu-other-links" class="menu horizontal">
<li id="menu-item-231"
Expand Down Expand Up @@ -415,7 +410,7 @@ <h4>Acknowledgement of Traditional Owners and Country</h4>
_paq.push(['enableLinkTracking']);
(function() {
var u="https://ash.ala.org.au/";
_paq.push(['setTrackerUrl', u+'ash.php']);
_paq.push(['setTrackerUrl', u+'ash.html']);
_paq.push(['setSiteId', '1']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'ash.js'; s.parentNode.insertBefore(g,s);
Expand Down

0 comments on commit c4839bb

Please sign in to comment.