From a0df8aa6d40ab7b1e96dafd93a197c6859580454 Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Sun, 7 Oct 2018 18:32:03 -0700 Subject: website: big update with samples and vf stuff --- docs/_includes/ctxedit.html | 57 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 docs/_includes/ctxedit.html (limited to 'docs/_includes') diff --git a/docs/_includes/ctxedit.html b/docs/_includes/ctxedit.html new file mode 100644 index 000000000..a157a9f65 --- /dev/null +++ b/docs/_includes/ctxedit.html @@ -0,0 +1,57 @@ +{% + +capture url_root + %}{% if site.safe == false %}/{% else %}/inter/{% endif +%}{% +endcapture %}{% + +for file in site.static_files %}{% + assign _path = file.path | remove_first: "/inter" %}{% + if _path == "/res/ctxedit.js" %}{% + assign ctxedit_js_v = file.modified_time | date: "%Y%m%d%H%M%S" %}{% + 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