Uploaded image for project: 'Calcite'
  1. Calcite
  2. CALCITE-1163

Avatica sub-site logo leads to Calcite site instead of Avatica's

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • None
    • avatica-1.8.0
    • avatica, site
    • None
    • Patch

    Description

      Avatica logo (top left corner) on Avatica's sub-site https://calcite.apache.org/avatica/ leads to Calcite's main site.
      Which should lead to the Avatica's instead, just like Home navigation link.

      Here is proposed patch

      diff --git a/avatica/site/_includes/header.html b/avatica/site/_includes/header.html
      index 8205804..cff1a33 100644
      --- a/avatica/site/_includes/header.html
      +++ b/avatica/site/_includes/header.html
      @@ -5,7 +5,7 @@
         <div class="grid">
           <div class="unit one-third center-on-mobiles">
             <h1>
      -        <a href="{{ site.baseurl }}/..">
      +        <a href="{{ site.baseurl }}/">
                 <span class="sr-only">Apache Calcite Avatica</span>
                 <img src="{{ site.baseurl }}/img/logo.png" width="226" height="140" alt="Calcite Logo">
               </a>
      

      Attachments

        1. fix_avatica_site_logo_link.patch
          0.9 kB
          Alexander Reshetov

        Activity

          People

            areshetov Alexander Reshetov
            areshetov Alexander Reshetov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: