Sha256: 74b1b7a9ba869e8e247faff0cf11cbe1b14cc6fd89545a7e2a51e1963aa90d4b

Contents?: true

Size: 1.03 KB

Versions: 24

Compression:

Stored size: 1.03 KB

Contents

<footer class="footer">
    <div class="contact">
        <ul>
            <li>
                {% if page.date %} {{page.date | date: "%Y-%m-%d"}}{% else %} {{"now" | date: "%Y-%m-%d" }} {% endif%} | layout: {{page.layout}}</li>
            <li>contact: {{site.data.semester-info.email}}</li>
            <li>theme: <a href="https://github.com/shanep/shanep-class">shanep-class</a></li>       
            {% if page.tags %}
            <li>tags: 
                {% for tag in page.tags %}
                    {{tag}}{% if forloop.last != true %},{% endif %}
                {% endfor %}
            </li>
            {% endif %}
            <li>Build: {% project_version %}</li>
        </ul>
    </div>
    <div class="copyright">
        <p>
            This work is licensed under a<a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/3.0/">
            Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License</a>.
            Opinions are my own and not the views of my employer.
        </p>
    </div>

</footer>

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
shanep-class-1.0.18 _includes/footer.html
shanep-class-1.0.17 _includes/footer.html
shanep-class-1.0.16 _includes/footer.html
shanep-class-1.0.15 _includes/footer.html