Answer the question
In order to leave comments, you need to log in
How to make Pug not touch my code?
I write in Pug
a.logo__link(href="/",title="<?php echo $sitename ?>")
a.logo__link(href="/",title='<?php echo $sitename ?>')
<a class="logo__link" href="/" title="<?php echo $sitename ?>">
Answer the question
In order to leave comments, you need to log in
In general, if there are other solutions, I will use them.
For now.
var replace = require('gulp-replace');
.pipe(replace('<', '<'))
.pipe(replace('>', '>'))
Try like this:
a.logo__link(href="/",title='<?php echo $sitename ?>')
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question