From 8a1a5153cd558595bcc8aad86a0fb77caa1ad991 Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Sun, 19 Apr 2020 11:51:45 -0700 Subject: website: restore older version before LFS --- docs/_includes/ctxedit.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/_includes/ctxedit.html') diff --git a/docs/_includes/ctxedit.html b/docs/_includes/ctxedit.html index 21ed7b8d2..931a5164e 100644 --- a/docs/_includes/ctxedit.html +++ b/docs/_includes/ctxedit.html @@ -6,15 +6,15 @@ assign url_root = "/inter/" %}{% endif %}{% for file in site.static_files %}{% assign _path = file.path | remove_first: "/inter" %}{% - if _path == "/r/ctxedit.js" %}{% + if _path == "/res/ctxedit.js" %}{% assign ctxedit_js_v = file.modified_time | date: "%Y%m%d%H%M%S" %}{% - elsif _path == "/r/ctxedit.css" %}{% + elsif _path == "/res/ctxedit.css" %}{% assign ctxedit_css_v = file.modified_time | date: "%Y%m%d%H%M%S" %}{% endif %}{% endfor %} - +
- + -- cgit v1.2.3