From 9d5d197747273d21611b324c035fb799ed8ce4cf Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Fri, 17 Nov 2017 23:07:04 +0000 Subject: [PATCH] Added share buttons --- CliClient/app/build-website.js | 88 ++++++++++++++++++++++++++++------ README.md | 2 +- docs/index.html | 84 +++++++++++++++++++++++++++----- docs/terminal/index.html | 82 ++++++++++++++++++++++++++----- 4 files changed, 215 insertions(+), 41 deletions(-) diff --git a/CliClient/app/build-website.js b/CliClient/app/build-website.js index 559e1ad47..d87801138 100644 --- a/CliClient/app/build-website.js +++ b/CliClient/app/build-website.js @@ -4,8 +4,7 @@ const { _, setLocale, languageCode } = require('lib/locale.js'); const marked = require('lib/marked.js'); const Mustache = require('mustache'); -const headerHtml = ` - +const headerHtml = ` Joplin - an open source note taking and to-do application with synchronisation capabilities @@ -14,6 +13,7 @@ const headerHtml = ` + @@ -143,11 +169,18 @@ const headerHtml = `

An open source note taking and to-do application with synchronisation capabilities.

-