Sha256: 2fcc8de185164c52dcab3ea60f6beff4b482b5b5c779dad22f660129b7665cd1

Contents?: true

Size: 1.17 KB

Versions: 10

Compression:

Stored size: 1.17 KB

Contents

<!DOCTYPE html>
<html lang="{{ page.lang | default: site.lang | default: 'en' }}">
  {%- include head.html -%}

  <body>
    <div class="flexWrapper">
      {%- include header.html -%}

      <div class="content vertical">
        <main class="main">
          <div class="indexWrapper">
            <div>
              <h1 class="indexHeader">{{ site.author.name }}</h1>
            </div>
            {%- if site.termina-plex.social_links -%}
            <div class="socialNavbar">
              <ul>
                {%- for link in site.termina-plex.social_links -%}
                  {%- if link.rel -%}
                  <li>
                    <a href="{{ link.url }}" rel="{{ link.rel }}">{{ link.name }}</a>
                  </li>
                  {%- else -%}
                  <li>
                    <a href="{{ link.url }}">{{ link.name }}</a>
                  </li>
                  {%- endif -%}
                {%- endfor -%}
              </ul>
            </div>
            {%- endif -%}
          </div>
        </main>
      </div>

      {%- include footer.html -%}
    </div>

    <script src="{{ '/assets/js/theme.js' | relative_url }}"></script>
  </body>
</html>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
termina-plex-0.4.0 _layouts/index.html
termina-plex-0.3.0 _layouts/index.html
termina-plex-0.2.1 _layouts/index.html
termina-plex-0.2.0 _layouts/index.html
termina-plex-0.1.8 _layouts/index.html
termina-plex-0.1.7 _layouts/index.html
termina-plex-0.1.6 _layouts/index.html
termina-plex-0.1.5.2 _layouts/index.html
termina-plex-0.1.5 _layouts/index.html
termina-plex-0.1.4 _layouts/index.html