From 878bdc4f59b2af43f2a0ab0109017d163f2792c3 Mon Sep 17 00:00:00 2001 From: Daniel Lando Date: Tue, 10 Sep 2019 16:52:47 +0200 Subject: [PATCH] [docs] Fixed examples links and style --- docs/index.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/index.html b/docs/index.html index ea96cad..26d8171 100644 --- a/docs/index.html +++ b/docs/index.html @@ -46,7 +46,7 @@ $.get("https://api.github.com/repos/toorshia/justgage/contents/docs/examples", function (data, status) { let htmlString = ''; for (let file of data) { - htmlString += `
  • ${file.name}
  • `; + htmlString += `
  • ${file.name}
  • `; } htmlString += ''; $('#examples').html(htmlString); @@ -487,12 +487,11 @@

    What can it do?

    +

    More examples:

    + -

    More examples:

    - +