BottleneckStudio / keepmotivat.in

An app that keeps you motivated.
0 stars 0 forks source link

Fixed displaying of header #32

Closed rbo13 closed 5 years ago

rbo13 commented 5 years ago

Looks good, so the solution is to remove the {{ .Fullname}} and {{ template "meta" .}}?

jkbicbic commented 5 years ago

Looks good, so the solution is to remove the {{ .Fullname}} and {{ template "meta" .}}?

  • Yep, could be. Since we are not passing any {{ .Fullname }} variable when the template is rendered. The {{ .meta }} part is not the problem.

This just proves that we need error loggers 😆