Skip to content

Latest commit

 

History

History
executable file
·
33 lines (26 loc) · 898 Bytes

contentindex.md

File metadata and controls

executable file
·
33 lines (26 loc) · 898 Bytes
layout title
page
Index

This will be our list of content page. We can maybe do the more categorized table thing here? But also just have links to all the separate pieces in the menu? It never hurts to have more than one way to navigate a site.

Texts

    {% for item in site.texts %}
    <li class="text-title">
      <a href="{{ site.baseurl }}{{ item.url }}">
        {{ item.title }}
      </a>
    </li>
    

    {% endfor %}

Or search for terms you're interested in:
    <script src="{{site.baseurl}}/assets/js/elasticlunr.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> <script src="{{site.baseurl}}/assets/js/search.js"></script>