Sha256: cc42e84165924ec76a0f88be4885d64a0f476ca8d654374c5150267715229f2c

Contents?: true

Size: 1.04 KB

Versions: 11

Compression:

Stored size: 1.04 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>
            {% if site.theme %}
            <li>theme: {{site.theme}}</li>
            {% endif %}           
            {% 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

11 entries across 11 versions & 1 rubygems

Version Path
shanep-class-1.0.14 _includes/footer.html
shanep-class-1.0.13 _includes/footer.html
shanep-class-1.0.12 _includes/footer.html
shanep-class-1.0.11 _includes/footer.html
shanep-class-1.0.10 _includes/footer.html
shanep-class-1.0.9 _includes/footer.html
shanep-class-1.0.8 _includes/footer.html
shanep-class-1.0.7 _includes/footer.html
shanep-class-1.0.6 _includes/footer.html
shanep-class-1.0.5 _includes/footer.html
shanep-class-1.0.4 _includes/footer.html