From 8f7285f02d7114c2edebbab2b4f7242c92e07b4e Mon Sep 17 00:00:00 2001 From: Adam Caprez <acaprez2@unl.edu> Date: Wed, 19 Jun 2019 23:34:12 +0000 Subject: [PATCH] Add front matter for magical table rendering. --- .../running_applications/bioinformatics_tools/biodata_module.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/guides/running_applications/bioinformatics_tools/biodata_module.md b/content/guides/running_applications/bioinformatics_tools/biodata_module.md index 7aba8652..9b9ca690 100644 --- a/content/guides/running_applications/bioinformatics_tools/biodata_module.md +++ b/content/guides/running_applications/bioinformatics_tools/biodata_module.md @@ -1,6 +1,8 @@ +++ title = "Biodata Module" description = "How to use Biodata Module on HCC machines" +scripts = ["https://cdnjs.cloudflare.com/ajax/libs/jquery.tablesorter/2.31.1/js/jquery.tablesorter.min.js", "https://cdnjs.cloudflare.com/ajax/libs/jquery.tablesorter/2.31.1/js/widgets/widget-pager.min.js","https://cdnjs.cloudflare.com/ajax/libs/jquery.tablesorter/2.31.1/js/widgets/widget-filter.min.js","/js/sort-table.js"] +css = ["http://mottie.github.io/tablesorter/css/theme.default.css","https://mottie.github.io/tablesorter/css/theme.dropbox.css", "https://cdnjs.cloudflare.com/ajax/libs/jquery.tablesorter/2.31.1/css/jquery.tablesorter.pager.min.css","https://cdnjs.cloudflare.com/ajax/libs/jquery.tablesorter/2.31.1/css/filter.formatter.min.css"] weight = "52" +++ -- GitLab