COMMIT_HASH in templates

This commit is contained in:
Szekeres Bálint
2018-02-24 16:05:40 +01:00
parent fb2476bf49
commit 1135850fee
5 changed files with 16 additions and 16 deletions

View File

@@ -39,5 +39,5 @@ http {
include /etc/nginx/sites-enabled/*;</span><span ng-if="data.file_structure === 'unified'">
# {{ !data.non_www ? 'www.' : '' }}{{ domain() }}
<ng-include ng-include-tabs="1" src="'templates/conf/example.com.conf.html'" sonload="refreshHighlighting()"></ng-include></span>
<ng-include ng-include-tabs="1" src="'templates/conf/example.com.conf.html?v=COMMIT_HASH'" sonload="refreshHighlighting()"></ng-include></span>
}