2021-10-18 08:49:16 +00:00
|
|
|
{{define "base/footer"}}
|
2021-10-23 16:49:44 +00:00
|
|
|
<footer class="footer">
|
|
|
|
<div class="content has-text-right">
|
|
|
|
<p>
|
2021-11-03 08:21:49 +00:00
|
|
|
<strong>Configui</strong> {{.Version}} by <a href="mailto:evanchen@kumoly.io">Evan Chen</a>.
|
2021-10-23 16:49:44 +00:00
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</footer>
|
2021-10-18 08:49:16 +00:00
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
{{end}}
|