attribution for contact form image
This commit is contained in:
parent
eb28c19ad5
commit
5382d1415b
2 changed files with 6 additions and 3 deletions
|
@ -9,8 +9,11 @@
|
||||||
<p class="text-lg">{{ .Params.subTitle }}</p>
|
<p class="text-lg">{{ .Params.subTitle }}</p>
|
||||||
{{ partial "contact.html" . }}
|
{{ partial "contact.html" . }}
|
||||||
</div>
|
</div>
|
||||||
<div class="md:flex hidden bg-[#f1f5fc] p-4 rounded-lg">
|
<div class="flex-col md:flex hidden bg-[#f1f5fc] p-4 rounded-lg">
|
||||||
<img class="object-cover aspect-[12/10] h-96 rounded-lg" src="{{ .Params.img }}"></img>
|
<img class="relative object-cover aspect-[12/10] h-96 rounded-lg" src="{{ .Params.img }}">
|
||||||
|
</img>
|
||||||
|
<div class="text-xs" >Photo: <a class="z-40 font-bold"
|
||||||
|
href="https://unsplash.com/photos/group-of-blue-jellyfish-SJ94Ce7jpMc">Kaede KBYS</a></div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
{{ else }}
|
{{ else }}
|
||||||
|
|
2
themes/mir/static/css/tailwind.min.css
vendored
2
themes/mir/static/css/tailwind.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue