From d38c4094a1aef8be93218adeefe66b20308d96e3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 21 Nov 2014 01:12:26 -0500 Subject: Initial website Markdown conversion. --- themes/lv2/templates/includes/github-js.html | 35 ++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 themes/lv2/templates/includes/github-js.html (limited to 'themes/lv2/templates/includes/github-js.html') diff --git a/themes/lv2/templates/includes/github-js.html b/themes/lv2/templates/includes/github-js.html new file mode 100644 index 0000000..85d9ae5 --- /dev/null +++ b/themes/lv2/templates/includes/github-js.html @@ -0,0 +1,35 @@ +{% if GITHUB_USER %} + {% if GITHUB_REPO_COUNT is not defined %} + {% set GITHUB_REPO_COUNT = 5 %} + {% endif %} + {% if GITHUB_SKIP_FORK is not defined %} + {% set GITHUB_SKIP_FORK = "false" %} + {% else %} + {% if GITHUB_SKIP_FORK %} + {% set GITHUB_SKIP_FORK = "true" %} + {% else %} + {% set GITHUB_SKIP_FORK = "false" %} + {% endif %} + {% endif %} + + + + +{% endif %} \ No newline at end of file -- cgit v1.2.1