Nav

<nav class="stage-nav">
    <a class="stage-nav__logo" itemprop="logo" itemscope itemtype="https://schema.org/ImageObject" href="/">
        <amp-img src="/img/brand/logo--full.svg" alt="Tourism Ireland" height="60" width="auto" layout="fixed-height"></amp-img>
    </a>
</nav>
<nav class="stage-nav">
    <a class="stage-nav__logo" itemprop="logo" itemscope itemtype="https://schema.org/ImageObject" href="{{logo.link}}">
        <amp-img src="{{logo.image}}" alt="{{logo.name}}" height="60" width="auto" layout="fixed-height"></amp-img>
    </a>
</nav>
{
  "logo": {
    "name": "Tourism Ireland",
    "image": "/img/brand/logo--full.svg",
    "link": "/"
  },
  "links": []
}

There are no notes for this item.