From 5614753ca47a6b2a40246ef078bc6f34d729d012 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Mon, 13 Mar 2017 11:06:09 +0100 Subject: [PATCH] variables.json nach /thymeleaf/ verschoben --- dist/thymeleaf/templates/layout.html | 2 +- dist/thymeleaf/{templates => }/variables.json | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename dist/thymeleaf/{templates => }/variables.json (100%) diff --git a/dist/thymeleaf/templates/layout.html b/dist/thymeleaf/templates/layout.html index d277d3aa..ecfc4e2f 100644 --- a/dist/thymeleaf/templates/layout.html +++ b/dist/thymeleaf/templates/layout.html @@ -3,7 +3,7 @@ xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org" xmlns:layout="http://www.thymeleaf.org" - thymeproxy:variables="/templates/variables.json" + thymeproxy:variables="/thymeleaf/variables.json" > juplo - BASISTEMPLATE diff --git a/dist/thymeleaf/templates/variables.json b/dist/thymeleaf/variables.json similarity index 100% rename from dist/thymeleaf/templates/variables.json rename to dist/thymeleaf/variables.json -- 2.39.5