aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/_includes/footer.html
blob: 5c7791524972e0581f96a92b48b76b458e36de78 (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="https://github.com/egor-tensin/sorting-algorithms/tree/gh-pages#licensing">Licensing</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 blog was last updated on: {{ site.time | date_to_long_string }}.</small></div>
                </div>
              </div>
            </div>
          </div>
        </footer>
      </div>
    </div>
    {% include jquery.html %}
    {% include bootstrap_js.html %}
  </body>
</html>