mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-02 02:10:27 +00:00
Code refactoring
This commit is contained in:
@@ -1,9 +1,3 @@
|
||||
{{ $styles := resources.Get "css/partials/contact-form.css" | toCSS | minify }}
|
||||
{{ $scripts := resources.Get "js/partials/contact-form.js" | js.Build | minify }}
|
||||
|
||||
<link rel="stylesheet" href="{{ $styles.Permalink }}" />
|
||||
<script defer src="{{ $scripts.Permalink }}"></script>
|
||||
|
||||
<form
|
||||
action="{{ .Site.Params.formSpreeURL }}"
|
||||
method="POST"
|
||||
|
||||
Reference in New Issue
Block a user