diff options
Diffstat (limited to 'src/pages/widgets/links.pug')
-rw-r--r-- | src/pages/widgets/links.pug | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/pages/widgets/links.pug b/src/pages/widgets/links.pug index b2dca780..cac2ecb3 100644 --- a/src/pages/widgets/links.pug +++ b/src/pages/widgets/links.pug @@ -1,4 +1,4 @@ -include ../widgets/icons.pug +include ./icons.pug mixin links(service) section#links.links @@ -74,6 +74,10 @@ mixin links(service) +maps a(href="#maps" data-localise="__MSG_maps__") Maps - .title + .title +send - a(href="#sendTargets" data-localise="__MSG_sendFiles__") Send Files \ No newline at end of file + a(href="#sendTargets" data-localise="__MSG_sendFiles__") Send Files + + .title + +about + a(href="#about" data-localise="__MSG_about") About \ No newline at end of file |