#85773 removed unneccessary disital ocean tamplate elements from generator page

This commit is contained in:
Valery Kovalev
2021-04-26 15:41:54 +03:00
parent e49ec084ac
commit baa2c8f1a0
3 changed files with 2 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ const main = () => {
let template = fs.readFileSync(path.join(buildDir, 'base.html'), 'utf8');
// Inject our title now
template = template.replace('<block name="title"><title>DigitalOcean</title></block>', '<title>NGINXConfig | DigitalOcean</title>');
template = template.replace('<block name="title"><title>DigitalOcean</title></block>', '<title>NGINXConfig | REG.RU</title>');
// We don't need the head/script blocks, vue-cli-service handles those
template = template.replace('<block name="head"></block>', '');

View File

@@ -110,9 +110,6 @@ THE SOFTWARE.
</div>
</div>
</div>
<Footer></Footer>
<ContributeCallout></ContributeCallout>
</div>
</template>