We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf08120 commit 97184d7Copy full SHA for 97184d7
layouts/_default/hire-me.html
@@ -25,24 +25,8 @@ <h1 class="page-title display-1 fw-bold text-primary pb-4 mb-xl-0 w-100">{{ . }}
25
</div>
26
27
</section>
28
-<section class="section testimonials py-5">
29
- <div class="container p-2">
30
- <div class="row">
31
- <h2 class="text-center fw-bold mb-5">
32
- {{ i18n "hire-me.title" }}
33
- </h2>
34
- <iframe
35
- src="https://us13.list-manage.com/contact-form?u=d7313775f348f8c8d39a841a0&form_id=15694930986090ef8ffd6791a315440b"
36
- id="contact-form"
37
- frameborder="0"
38
- scrolling="0"
39
- width="700px"
40
- height="930px"
41
- title="{{ .Title }}"
42
- >
43
- </iframe>
44
- </div>
45
46
-</section>
+
+{{ partial "sections/hire-me" . }}
47
{{ end }}
48
0 commit comments