aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/_includes/common/footer.html
blob: c1d80e29bbf1f65245824bb592829479da2bdc8b (plain) (tree)
1
2
3
4
5
6
7
8
9

              
                                           




                                                      
                                                                                                                                                                                                                                               
                      

                                               
                                                  
                                                                                                                                                         






                      

                                          

         
        </div>
      </div>
      <div class="footer-wrapper-collapse">
        <footer class="navbar-default">
          <div class="container">
            <div style="display: table; width: 100%;">
              <div style="display: table-row;">
                <div style="display: table-cell;">
                  <div class="text-center text-muted"><small>This project is licensed under the terms of the MIT License. See <a href="{{ site.github.repository_url }}/blob/gh-pages/README.md#license">License</a> for details.</small></div>
                </div>
              </div>
              <div style="display: table-row;">
                <div style="display: table-cell;">
                  <div class="text-center text-muted"><small>This version of the page was generated on {{ site.time | date: '%-d %B %Y' }}.</small></div>
                </div>
              </div>
            </div>
          </div>
        </footer>
      </div>
    </div>
    {% include common/jquery.html %}
    {% include common/bootstrap_js.html %}
  </body>
</html>