diff --git a/static/images/github-icon.png b/static/images/github-icon.png new file mode 100644 index 0000000..8b25551 Binary files /dev/null and b/static/images/github-icon.png differ diff --git a/templates/footer.html b/templates/footer.html new file mode 100644 index 0000000..fe5f996 --- /dev/null +++ b/templates/footer.html @@ -0,0 +1,9 @@ +{{ define "footer" }} + +{{ end }} diff --git a/templates/index.html b/templates/index.html index a054eaf..aa3684e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -54,8 +54,9 @@ - + + {{ template "footer" }} \ No newline at end of file diff --git a/templates/thread.html b/templates/thread.html index 312b3d0..018ea43 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -51,8 +51,9 @@ {{end}} - + + {{ template "footer" }} \ No newline at end of file