index, fallback refactor

This commit is contained in:
Szekeres Bálint
2018-04-21 15:47:37 +02:00
parent 521d65c1f0
commit 0d61ff815b
4 changed files with 54 additions and 50 deletions

View File

@@ -1,6 +1,6 @@
<!--
✔ modularized --><span ng-if="isModularized()"># index
index {{ isIndexHtml() ? 'index.html ' : '' }}index.php;
✔ modularized && ✔ index.php --><span ng-if="isModularized() && isIndexPhp()"># index.php
index index.php;
</span><!--