From fa052c9659e6cd16298ecf7c9316cc99e640badb Mon Sep 17 00:00:00 2001 From: Julian Thilo Date: Thu, 16 Jan 2014 00:57:27 +0100 Subject: Fix footer links --- docs/_includes/footer.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/_includes/footer.html') diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index d5f2d472d..99aed2273 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -14,9 +14,9 @@
  • ·
  • Examples
  • ·
  • -
  • v2.3.2 docs
  • +
  • v2.3.2 docs
  • ·
  • -
  • About
  • +
  • About
  • ·
  • Expo
  • ·
  • -- cgit v1.2.3 From 47ff60426d1f18302ff9c9ff148abdb461033d3d Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 15 Jan 2014 17:29:54 -0800 Subject: add Issues & Releases links back to footer --- docs/_includes/footer.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/_includes/footer.html') diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 99aed2273..341dc3410 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -21,6 +21,10 @@
  • Expo
  • ·
  • Blog
  • +
  • ·
  • +
  • Issues
  • +
  • ·
  • +
  • Releases
  • -- cgit v1.2.3 From f59573db0d4dd6f7f1e3b2c62058298de771a257 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 19 Jan 2014 22:50:09 -0800 Subject: docs: use relative URLs instead of site.baseurl --- docs/_includes/footer.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/_includes/footer.html') diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 341dc3410..78e3b9f1d 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -12,11 +12,11 @@
  • ·
  • GitHub
  • ·
  • -
  • Examples
  • +
  • Examples
  • ·
  • -
  • v2.3.2 docs
  • +
  • v2.3.2 docs
  • ·
  • -
  • About
  • +
  • About
  • ·
  • Expo
  • ·
  • @@ -33,10 +33,10 @@ ================================================== --> - - + + {% if page.slug == "customize" %} - + {% endif %} {% comment %} -- cgit v1.2.3 From 8939268a33957c3a8599881f6312ccbe00b5c5dd Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 30 Jan 2014 19:55:11 +0200 Subject: Update jQuery to v1.11.0. Also, use Google's CDN per #11369. --- docs/_includes/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_includes/footer.html') diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 78e3b9f1d..c5edb3e65 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -32,7 +32,7 @@ - + {% if page.slug == "customize" %} -- cgit v1.2.3