You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
348 B
14 lines
348 B
{{ define "main" }} |
|
|
|
<article> |
|
<header class="profile-header"> |
|
<div class="profile-title"> |
|
<img src="{{- .Params.Pfp -}}"/> |
|
<h1>{{ .Params.name }}</h1> |
|
</div> |
|
{{- partial "social_list.html" $.Params.socialList -}} |
|
</header> |
|
</article> |
|
<div class="post-content">{{ .Content }}</div> |
|
|
|
{{ end }} |