Skip to content

Commit 4733f55

Browse files
committed
Use actual profile image for favicon/sharing; fix mobile post title font
1 parent 71e564d commit 4733f55

8 files changed

Lines changed: 4 additions & 8 deletions

File tree

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ email: jacques@nreality.com
55
url: "https://jacques.nreality.com"
66
baseurl: ""
77
twitter_handle: "@jacdevos"
8-
logo: https://jacques.nreality.com/assets/jac-profile.jpg
8+
logo: https://jacques.nreality.com/assets/images/jacdevos300x300.png
99

1010
# Author
1111
author:

_includes/head.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
{% seo %}
66

77
<!-- Profile image for sharing -->
8-
<meta property="og:image" content="https://jacques.nreality.com/assets/jac-profile.jpg">
9-
<meta property="twitter:image" content="https://jacques.nreality.com/assets/jac-profile.jpg">
8+
<meta property="og:image" content="https://jacques.nreality.com/assets/images/jacdevos300x300.png">
9+
<meta property="twitter:image" content="https://jacques.nreality.com/assets/images/jacdevos300x300.png">
1010
<meta name="twitter:card" content="summary_large_image">
1111

1212
<!-- CSS -->

assets/apple-touch-icon.png

-12.5 KB
Loading

assets/favicon-16x16.png

359 Bytes
Loading

assets/favicon-32x32.png

13 Bytes
Loading

assets/jac-profile.jpg

-203 KB
Binary file not shown.

assets/main.scss

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -210,13 +210,9 @@ footer span {
210210

211211
// Post listing titles — compact
212212
.catalogue-title {
213-
font-size: 1rem !important;
213+
font-size: 1.2rem !important;
214214
font-weight: 600;
215215
margin-bottom: 0.15rem;
216-
217-
@media (min-width: 600px) {
218-
font-size: 1.2rem !important;
219-
}
220216
}
221217

222218
// Post listing items — 600px max, stacked always

favicon.ico

-1 KB
Binary file not shown.

0 commit comments

Comments
 (0)