footer.html 492 B

1234567891011
  1. {{define "footer.html" -}}
  2. <div class="ui inverted vertical bottom attached footer segment" style="max-height: 60px; width: 100%;">
  3. <div class="ui center aligned container">
  4. <p>Copyright <i class="copyright outline icon"></i>{{now | date "2006" }} 巴拉迪维 版权所有
  5. <a href="https://www.ohurls.cn?utm_source=product&utm_medium=footer" target="_blank">ohUrlShortener</a>
  6. </p>
  7. </div><!--end of container-->
  8. </div><!--end of footer segment-->
  9. </body>
  10. </html>
  11. {{end -}}