Skip to content

Commit

Permalink
Please go away Cloudflare email obfuscation script
Browse files Browse the repository at this point in the history
  • Loading branch information
jketcham committed Aug 25, 2023
1 parent 44ccd79 commit 350a5eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/index.django
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<div class="border-solid border-current border-2 p-4 flex justify-center items-center text-center">
<p>
Feel free to get in touch with me at
<!--email_off--><a href="mailto:[email protected]"><!--/email_off-->
<!--email_off-->[email protected]<!--/email_off-->
<a href="mailto:[email protected]">
[email protected]
</a>
</p>
</div>
Expand Down
4 changes: 4 additions & 0 deletions views/layouts/main.django
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
<html lang="en-US" class="h-full {{theme}}">
<head>
<title>Jack Ketcham</title>
<!--email_off-->
{% include "partials/meta.django" %}
<!--/email_off-->
</head>
<body class="container mx-auto h-full">
<!--email_off-->
{{embed}}
<!--/email_off-->
</body>
</html>

1 comment on commit 350a5eb

@jketcham
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This did the trick.

Please sign in to comment.