File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
bootstrap/src/main/java/org/nasdanika/html/bootstrap Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,12 +80,12 @@ public <P extends HTMLPage> P cdn(P page) {
8080 }
8181 private Theme () {
8282 stylesheetCdnURL = "https://stackpath.bootstrapcdn.com/bootswatch/4.5.2/" +name ().toLowerCase ()+"/bootstrap.min.css" ;
83- pageTemplateCdnURI = URI .createURI ("https://cdn.jsdelivr.net/gh/Nasdanika-Models/html-app@master/gen/web-resources/page-templates/" +name ().toLowerCase ()+".yml" );
83+ pageTemplateCdnURI = URI .createURI ("https://cdn.jsdelivr.net/gh/Nasdanika-Models/html-app@master/gen/web-resources/page-templates/" +name ().toLowerCase ()+".yml#/ " );
8484 }
8585
8686 private Theme (String stylesheetCdnURL ) {
8787 this .stylesheetCdnURL = stylesheetCdnURL ;
88- pageTemplateCdnURI = URI .createURI ("https://cdn.jsdelivr.net/gh/Nasdanika-Models/html-app@master/gen/web-resources/page-templates/" +name ().toLowerCase ()+".yml" );
88+ pageTemplateCdnURI = URI .createURI ("https://cdn.jsdelivr.net/gh/Nasdanika-Models/html-app@master/gen/web-resources/page-templates/" +name ().toLowerCase ()+".yml#/ " );
8989 }
9090
9191}
You can’t perform that action at this time.
0 commit comments