<p><b>@m52go</b> commented on this pull request.</p>

<p>I think we're getting there! Attached a couple of comments.</p><hr>

<p>In <a href="https://github.com/bisq-network/bisq-website/pull/260#discussion_r330754702">_config.yml</a>:</p>
<pre style='color:#555'>> @@ -1,13 +1,18 @@
 title: Bisq
 url: "https://bisq.network"
 markdown: kramdown
-permalink: /blog/:title/
+permalink: /blog:title/
</pre>
<p>Was this change a mistake?</p>
<p>Result:</p>
<p><a target="_blank" rel="noopener noreferrer" href="https://user-images.githubusercontent.com/735155/66078987-29dcb880-e531-11e9-9e4e-50d5474df621.png"><img src="https://user-images.githubusercontent.com/735155/66078987-29dcb880-e531-11e9-9e4e-50d5474df621.png" alt="Screenshot from 2019-10-02 16-24-12" style="max-width:100%;"></a></p>

<hr>

<p>In <a href="https://github.com/bisq-network/bisq-website/pull/260#discussion_r330754728">_config.yml</a>:</p>
<pre style='color:#555'>> @@ -18,7 +23,7 @@ exclude:
   - README
   - Gemfile
 paginate: 10
-paginate_path: "/blog/page/:num/"
+paginate_path: "/blog/page:num/"
</pre>
<p>Same as above...there should be a slash.</p>

<hr>

<p>In <a href="https://github.com/bisq-network/bisq-website/pull/260#discussion_r330774278">_includes/main_nav.html</a>:</p>
<pre style='color:#555'>>            <div class="dropdown-item btn-icon">
             <div class="float-right">
-              <a href="{{ page.url }}" hreflang="{{ page.lang }}">{{ page.language }} {{ page.flag }}</a>
+               {% if item.tag == "en" %}
+               <a href="/">{{ item.name }} {{ item.flag }}</a>
+                          {% else %}
+                          <!-- we use the 'tag' variable in languages.yml to redirect to the correct page -->
+                          <a href="/{{ item.tag}}/" hreflang="{{ site.lang }}">{{ item.name }} {{ item.flag }}</a>
</pre>
<p>Right now, choosing a new language loads the translation of the current page. With this PR, choosing a new language always loads the home page in the chosen language.</p>
<p>Not a deal-breaker, in my opinion, but worth pointing out. Maybe something to be fixed later.</p>

<hr>

<p>In <a href="https://github.com/bisq-network/bisq-website/pull/260#discussion_r330779455">index.html</a>:</p>
<pre style='color:#555'>>                        </div>
 
 
-                      <a href="/{{ page.lang }}/downloads" class="downloads-mobile btn btn-lg btn-outline-secondary btn-icon hero-btn col-sm-12 col-md-12 col-lg-3 px-0 shadow-btn ">
+                      <a href="/downloads" class="downloads-mobile btn btn-lg btn-outline-secondary btn-icon hero-btn col-sm-12 col-md-12 col-lg-3 px-0 shadow-btn "> <!-- TODO -->
</pre>
<p>Looks like the front-page download button always goes to the English version of the Downloads page when another language is set.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq-website/pull/260?email_source=notifications&email_token=AJFFTNVFNFJLSXPHT7BC5BLQMUHINA5CNFSM4I3GBGJ2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCGWE33A#pullrequestreview-296504812">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNRJOVFG6RIGZTK75JLQMUHINANCNFSM4I3GBGJQ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AJFFTNR37LDEFCKTNJXWNBDQMUHINA5CNFSM4I3GBGJ2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCGWE33A.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq-website/pull/260?email_source=notifications\u0026email_token=AJFFTNVFNFJLSXPHT7BC5BLQMUHINA5CNFSM4I3GBGJ2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCGWE33A#pullrequestreview-296504812",
"url": "https://github.com/bisq-network/bisq-website/pull/260?email_source=notifications\u0026email_token=AJFFTNVFNFJLSXPHT7BC5BLQMUHINA5CNFSM4I3GBGJ2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCGWE33A#pullrequestreview-296504812",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>