From 441c158846cc9b5b00ae9f3eda2252d61c2f5339 Mon Sep 17 00:00:00 2001 From: Yanislav Igonin Date: Thu, 14 Oct 2021 11:43:32 +0300 Subject: [PATCH] feat: add footer --- static/images/github-icon.png | Bin 0 -> 1714 bytes templates/footer.html | 9 +++++++++ templates/index.html | 3 ++- templates/thread.html | 3 ++- 4 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 static/images/github-icon.png create mode 100644 templates/footer.html diff --git a/static/images/github-icon.png b/static/images/github-icon.png new file mode 100644 index 0000000000000000000000000000000000000000..8b25551a97921681334176ee143b41510a117d86 GIT binary patch literal 1714 zcmaJ?X;2eq7*4oFu!ne{XxAht2qc?8LXr|_LPCfTpaBK7K$c{I0Ld=NLIOeuC;@2) zZ$K%a)k+m-s0>xHmKxL%0V&0TRzzznhgyqrIC$F)0{WwLXLrBvd*^wc_uSc%h%m9E z{W5z3f#4_!7RvAyFh6!S_*<8qJ%KOIm?#E|L=rJQq=gB5C6WLG5;c?r%V0>EmEH#X z5eSwPRa6WXBMs#$5H%GtW2go-in9p>zW@UYDNNWc^XOXZQ? z1QjEV00I#$3^1wQUJ8&-2UsjB-G|9y(LDhMNN3PM{APL4eYi{(m*ERcUnJa{R+-3^ z34^A6;U^v`8N*O6ji%S@sd{fJqD`XFIUJ5zgTe5^5nj414F(y!G&=H(f)Lgzv?>%+ zAsWD}2qhpH7>|TU`X&W6IxDNuO_vET7|j5oG&&VDr!)hUO8+0KR?nh!m<)a!?|%yG zqOwq!CWCcIhE{<$E|F|@g>nP6FoYr6C<8>D?ID9%&5J(4oSbR1I^byW*g@__U z4QsF&uJSEcFeleM3~ChjEQGbHOjsGDMbyAl(p=Ttv9RaVo8~I#js@@Y9C^_2U})yn zzSHU%6FxuY?d;&65MyR({^lU*3$z$ZllDb(o&<7d;A_`h2U+3~BJ2Hv`{W}KEU801#cv_B|9Cm!ynR{S`AMsSn z;7E=B;mb!wx$L;S>yGXG^6=&WlQn9$s?&L%Y1D8TI^MlKB1DqsEng$>f4=xYWBoPI z_S1p!sJ#d2?YI4kPA{k}Eby?F=f-J9zIc`YDl^pzjVm~9ebE?Hn?t0Nx+la|D0MB; z9)2xv1G>a1|A9kQ>~DV<=X3-4yC&n!m8-3K#P z{X@0zRuQsy$+N ziSCoLJU{Z$nQy4A4Y5UJ07$5FA~qL2%Q+cLaqDU?Lz3?=BC5;Nk6BbTmmceEaM>-Z zi>O&-dSE=%ex;vcvCOk{*JQ5^_4M z4lW7%l9IqY(z7pV(?I@@8=KPFO82)O{VDI18-*d-k$YmI^XiuPs_LuFw<^ZcD}yP5 c*NrbeloN*74g`U%%F6r~k%+>C^#XapzmV0H-2eap literal 0 HcmV?d00001 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