mirror of https://github.com/lxndrblz/anatole.git

Eric Park
04.31.2021 fe9efda7969239dfd0f17ef00c0124ea8f68bf99
fix: redirect users to home page of current language (#263)

1 files modified
2 ■■■ changed files
layouts/partials/sidebar.html 2 ●●● patch | view | raw | blame | history
layouts/partials/sidebar.html
@@ -11,7 +11,7 @@
    <div class="logo-title">
      <div class="title">
        <img src="{{ .Site.Params.profilePicture | relURL }}" alt="profile picture" />
        <h3 title=""><a href="{{ .Site.BaseURL | relURL }}">{{ .Site.Params.Title }}</a></h3>
        <h3 title=""><a href="{{ .Site.BaseURL | relLangURL }}">{{ .Site.Params.Title }}</a></h3>
        <div class="description">
          <p>{{ replace .Site.Params.description "\n" "<br />" | safeHTML }}</p>
        </div>