<style>
  .arc-tags {
    margin-bottom: 8rem;
  }

  .arc-tags a {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
    border-radius: 15px;
    margin: 4px 8px 0 0;
    font-weight: 500;
    display: inline-block;
    padding: 0 12px;
    background: rgba(255, 255, 255, 0.5);
    font-size: 16px;
  }

  .arc-tags a::before {
    content: "# ";
    color: #e8a6a6;
  }
</style>

<article>
  <div class="kratos-hentry kratos-page-inner clearfix">
    <header class="kratos-page-header">
      <h1 class="kratos-page-title text-center" itemprop="name headline"><%- __('title.tagcloud') %></h1>
    </header>
    <div class="kratos-page-content kr-tags">
      <div style="margin-left: 2em;">
        <h3 class="archive-page-counter">
          <%- __('list_page_count_message.tags', site.tags.length ) %>
        </h3>
        <div class="tags">
          <% if (site.tags.length){ %>
            <div class="arc-tags">
              <%- list_tags({ show_count: false, style: 'none' , separator: ' ' }) %>
            </div>
          <% } %>
        </div>
      </div>
    </div>
  </div>
</article>