diff --git a/templates/app/client/components/footer/footer(html).html b/templates/app/client/components/footer/footer(html).html index 52fa54274..031c78d85 100644 --- a/templates/app/client/components/footer/footer(html).html +++ b/templates/app/client/components/footer/footer(html).html @@ -1,5 +1,6 @@
Angular Fullstack v<%= rootGeneratorVersion() %> | + Documentation | Chat on Gitter | Issues | Donate to our Open Collective diff --git a/templates/app/client/components/footer/footer(pug).pug b/templates/app/client/components/footer/footer(pug).pug index 48ebabd88..a4069ea9a 100644 --- a/templates/app/client/components/footer/footer(pug).pug +++ b/templates/app/client/components/footer/footer(pug).pug @@ -2,6 +2,8 @@ p | Angular Fullstack v<%= rootGeneratorVersion() %> = ' | ' + a(href='http://angular-fullstack.github.io/generator-angular-fullstack') Documentation + = ' | ' a(href='https://gitter.im/DaftMonk/generator-angular-fullstack') Chat on Gitter = ' | ' a(href='https://github.com/angular-fullstack/generator-angular-fullstack/issues?state=open') Issues