aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes/footer.html
blob: 48e5ce227eda6ee4ed64756e087a3d6a730797f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
        </div>
      </div>
      <div class="block">
        <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-muted"><small>This project is licensed under the terms of the MIT License. See <a href="https://github.com/egor-tensin/cpp_tips/tree/gh-pages#licensing">Licensing</a> for details.</small></div>
                </div>
                <div style="display: table-cell;">
                  <div class="text-right text-muted"><small>This blog was last updated on: {{ site.time | date_to_long_string }}.</small></div>
                </div>
              </div>
            </div>
          </div>
        </footer>
      </div>
    </div>
    <script src="//code.jquery.com/jquery-1.11.0.js"></script>
    <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.js"></script>
  </body>
</html>