From 5891a4c19f32feb77b2283c598efece3ebd52ce7 Mon Sep 17 00:00:00 2001 From: Rodrigo Fernandes Date: Sat, 28 May 2016 17:44:39 +0100 Subject: [PATCH] Improve search tools --- demo.html | 26 +++++++++++++++----------- index.html | 26 +++++++++++++++----------- robots.txt | 1 + sitemap.xml | 16 ++++++++++++++++ src/templates/template.mustache | 26 +++++++++++++++----------- 5 files changed, 62 insertions(+), 33 deletions(-) create mode 100644 robots.txt create mode 100644 sitemap.xml diff --git a/demo.html b/demo.html index 254c463..1038578 100644 --- a/demo.html +++ b/demo.html @@ -125,6 +125,21 @@ integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"> + + @@ -390,16 +405,5 @@ }); - - \ No newline at end of file diff --git a/index.html b/index.html index e67ab98..dfd85d2 100644 --- a/index.html +++ b/index.html @@ -363,22 +363,26 @@ integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"> + + - - \ No newline at end of file diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..4f9540b --- /dev/null +++ b/robots.txt @@ -0,0 +1 @@ +User-agent: * \ No newline at end of file diff --git a/sitemap.xml b/sitemap.xml new file mode 100644 index 0000000..67ceda4 --- /dev/null +++ b/sitemap.xml @@ -0,0 +1,16 @@ + + + + https://diff2html.rtfpessoa.xyz/ + + + https://diff2html.rtfpessoa.xyz/index.html + + + https://diff2html.rtfpessoa.xyz/demo.html + + \ No newline at end of file diff --git a/src/templates/template.mustache b/src/templates/template.mustache index d844cf6..8868633 100644 --- a/src/templates/template.mustache +++ b/src/templates/template.mustache @@ -115,20 +115,24 @@ integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"> + + {{#scripts}} {{{scripts}}} - - {{/scripts}} \ No newline at end of file