add missing mail obfuscater injection
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
This commit is contained in:
parent
b9194dd0fa
commit
aa1ba564dc
3 changed files with 15 additions and 3 deletions
|
@ -34,7 +34,11 @@
|
||||||
</li>
|
</li>
|
||||||
{{/posts}}
|
{{/posts}}
|
||||||
</ul>
|
</ul>
|
||||||
{{/no_posts}} {{/data}}
|
{{/no_posts}}
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
{{#about}} {{#metadata}}
|
||||||
|
{{#mail_obfsucated}}{{>libs/mail_obfuscater.html}}{{/mail_obfsucated}}
|
||||||
|
{{/metadata}} {{/about}} {{/data}}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -24,7 +24,11 @@
|
||||||
<ul>
|
<ul>
|
||||||
{{#others}} {{>contact/element.html}} {{/others}}
|
{{#others}} {{>contact/element.html}} {{/others}}
|
||||||
</ul>
|
</ul>
|
||||||
{{/others_exists}} {{/data}}
|
{{/others_exists}}
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
{{#about}} {{#metadata}}
|
||||||
|
{{#mail_obfsucated}}{{>libs/mail_obfuscater.html}}{{/mail_obfsucated}}
|
||||||
|
{{/metadata}} {{/about}} {{/data}}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -27,9 +27,13 @@
|
||||||
<ul>
|
<ul>
|
||||||
{{#archived_apps}} {{>portfolio/card.html}} {{/archived_apps}}
|
{{#archived_apps}} {{>portfolio/card.html}} {{/archived_apps}}
|
||||||
</ul>
|
</ul>
|
||||||
{{/archived_apps_exists}} {{/location_apps}} {{/data}}
|
{{/archived_apps_exists}} {{/location_apps}}
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
{{#about}} {{#metadata}}
|
||||||
|
{{#mail_obfsucated}}{{>libs/mail_obfuscater.html}}{{/mail_obfsucated}}
|
||||||
|
{{/metadata}} {{/about}} {{/data}}
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
/* Fix links in list */
|
/* Fix links in list */
|
||||||
window.addEventListener("load", () =>
|
window.addEventListener("load", () =>
|
||||||
|
|
Loading…
Reference in a new issue