website
This commit is contained in:
parent
33aca18922
commit
65ce56b952
14 changed files with 509 additions and 313 deletions
|
|
@ -1,9 +1,8 @@
|
|||
{%
|
||||
|
||||
capture url_root
|
||||
%}{% if site.safe == false %}/{% else %}/inter/{% endif
|
||||
%}{%
|
||||
endcapture %}{%
|
||||
if site.safe == false %}{%
|
||||
assign url_root = "/" %}{% else %}{%
|
||||
assign url_root = "/inter/" %}{% endif %}{%
|
||||
|
||||
for file in site.static_files %}{%
|
||||
assign _path = file.path | remove_first: "/inter" %}{%
|
||||
|
|
|
|||
Reference in a new issue