minor responsive layout adjustments
All checks were successful
publish / publish (push) Successful in 27s
All checks were successful
publish / publish (push) Successful in 27s
This commit is contained in:
parent
050d664e0c
commit
23051eecf0
3 changed files with 17 additions and 5 deletions
|
@ -4,8 +4,7 @@
|
|||
</div>
|
||||
<div class="profile-content">
|
||||
<h2>{{ .Get "name" }}</h2>
|
||||
<p><strong>Studiengang:</strong> {{ .Get "studiengang" }}<br>
|
||||
{{ with .Get "email" }}📧 <a href="mailto:{{ . }}">{{ . }}</a><br>{{ end }}</p>
|
||||
<p><strong>Studiengang:</strong> {{ .Get "studiengang" }}</p>
|
||||
</div>
|
||||
</div>
|
||||
{{ .Inner | markdownify }}
|
Loading…
Add table
Add a link
Reference in a new issue