Skip to content

Commit a49f296

Browse files
committed
add source url on base template
1 parent 23842fa commit a49f296

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

templates/base.hbs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,12 @@
107107

108108
{{> page}}
109109
</div>
110+
111+
<div class="mt-5">
112+
<br/>
113+
<a target="_blank" href="https://github.com/wuttinanhi/rust-forum">github.com/wuttinanhi/rust-forum</a>
114+
<br/>
115+
</div>
110116
</body>
111117

112-
</html>
118+
</html>

0 commit comments

Comments
 (0)