Commit 9ae68806 authored by Mohammad Fayoumi's avatar Mohammad Fayoumi Committed by Alberto Siles
Browse files

Issue #3275682 by Mohammad Fayoumi: Lighthouse SEO: Links are not crawlable a#main-content

parent 3bc07f39
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -118,7 +118,7 @@
          <div class="row row-offcanvas row-offcanvas-left clearfix">
              <main{{ content_attributes }}>
                <section class="section">
                  <a id="main-content" tabindex="-1"></a>
                  <a href="#main-content" id="main-content" tabindex="-1"></a>
                  {{ page.content }}
                </section>
              </main>
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@
      <div id="main" class="clearfix">
        <main id="content" class="column" role="main">
          <section class="section">
            <a id="main-content"></a>
            <a href="#main-content" id="main-content"></a>
            {% if title %}
              <h1 class="title" id="page-title">{{ title }}</h1>
            {% endif %}
+1 −1
Original line number Diff line number Diff line
@@ -145,7 +145,7 @@
          <div class="row row-offcanvas row-offcanvas-left clearfix">
              <main{{ content_attributes }}>
                <section class="section">
                  <a id="main-content" tabindex="-1"></a>
                  <a href="#main-content" id="main-content" tabindex="-1"></a>
                  {{ page.content }}
                </section>
              </main>