diff --git a/content/software/solvespace.md b/content/software/solvespace.md index ba1339b..9c27953 100644 --- a/content/software/solvespace.md +++ b/content/software/solvespace.md @@ -1,7 +1,7 @@ +++ title = "SolveSpace" weight = 1 -template = "page.html" +template = "page-solvespace.html" [extra] layout_css = "col-12 col-md-10 mx-auto" @@ -124,68 +124,3 @@ Currently, the focus of development is to improve SolveSpace's handling of compl **For commercial support and licensing**, please contact sales@m-l***s.hk. - - -{% div() %} - - - - - - - - - - - - -{% end %} \ No newline at end of file diff --git a/templates/_base.html b/templates/_base.html index c5de8d9..218c37c 100644 --- a/templates/_base.html +++ b/templates/_base.html @@ -178,6 +178,9 @@ }); + {% block js %} + {% endblock %} + diff --git a/templates/page-solvespace.html b/templates/page-solvespace.html new file mode 100644 index 0000000..d6c1fa2 --- /dev/null +++ b/templates/page-solvespace.html @@ -0,0 +1,67 @@ +{% extends 'page.html' %} + + +{% block js %} + + + + + + + + + + + + + +{% endblock %} \ No newline at end of file