Sha256: 3371cf0f2dafbf60e6095610fe40706c15e2027b23f7a5d0ac2ceee82bba6c48

Contents?: true

Size: 938 Bytes

Versions: 1

Compression:

Stored size: 938 Bytes

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>{{site.data.semester-info.email}}</li>
            <li>theme: {{site.theme}}</li>
            {% if page.tags %}
            <li>tags: 
                {% for tag in page.tags %}
                    {{tag}}{% if forloop.last != true %},{% endif %}
                {% endfor %}
            </li>
            {% endif %}

        </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

1 entries across 1 versions & 1 rubygems

Version Path
shanep-class-1.0.3 _includes/footer.html