summaryrefslogtreecommitdiff
path: root/_includes/footer.html
blob: 7894f2ce47fbb91afb4d269c88015baf2020514e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<footer class="site-footer">

  <div class="wrapper">

    <div class="footer-col-wrapper">
      <div class="footer-col footer-col-1">
	Generiert: {{ site.time | date: "%Y-%m-%d %H:%M:%S" }}
      </div>

      <div class="footer-col footer-col-2">
      </div>

      <div class="footer-col footer-col-3">
      </div>
    </div>

  </div>

</footer>