aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/footer.html
blob: 62ea1b5731137c547314cdcfe094d4bd307449be (plain)
1
2
3
4
5
6
7
8
9
10
11
    <div class="footer">
      <div class="contain">

        <p id="disclaimer">{{ .Site.Params.description }}</p>

        <small class="copyright">Powered by <a href="https://github.com/onlinemantas/cstate">cState</a></small>

      </div>
    </div>
  </body>
</html>