1
0
Fork 0

[meta] Make that lighthouse shine

This commit is contained in:
Sebastian Schulze 2020-11-09 22:14:09 +01:00
parent d9d12af03e
commit 92274e00ee
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
2 changed files with 4 additions and 1 deletions

View File

@ -30,7 +30,7 @@
</div>
</div>
<p class="h-card">
<img class="u-photo" src="https://bascht.com/images/bascht.jpg" alt="Photo of Bascht" />
<img class="u-photo" src="https://bascht.com/images/bascht.jpg" width="400" height="400" alt="Photo of Bascht" />
<a class="p-name u-url" href="https://bascht.com">Sebastian Schulze</a>
<a class="u-email" href="mailto:hello+{{ .Date.Format "2006-01" }}@bascht.com">hello+{{ .Date.Format "2006-01" }}@bascht.com</a>,
<span class="p-nickname">Bascht</span>

3
static/images/.htaccess Normal file
View File

@ -0,0 +1,3 @@
<filesMatch "(bascht_unterschrift.gif|bascht.jpg)">
Header set Cache-Control "public,max-age=31536000"
</filesMatch>