rm test vars

This commit is contained in:
samaradel
2022-07-21 22:13:58 +02:00
parent aa29c6fcc6
commit 0eaeeec184

View File

@@ -3,7 +3,6 @@
{% set path = body | split(pat="href=") | slice(start=1) | first | split(pat=">") | first | trim_start_matches(pat='"') {% set path = body | split(pat="href=") | slice(start=1) | first | split(pat=">") | first | trim_start_matches(pat='"')
| trim_end_matches(pat='"') %} | trim_end_matches(pat='"') %}
<p>{{path}}</p>
{% if 'https' in path %} {% if 'https' in path %}
<button onclick="window.open('{{path}}', '_blank');" <button onclick="window.open('{{path}}', '_blank');"
class="leading-6 border-transparent flex flex-col border-2 w-full items-start rounded transition hover:first:text-gray-500 hover:border-stone-200 hover:bg-stone-100 p-2 text-left"> class="leading-6 border-transparent flex flex-col border-2 w-full items-start rounded transition hover:first:text-gray-500 hover:border-stone-200 hover:bg-stone-100 p-2 text-left">