Skip to content

Commit

Permalink
Update with quote
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentballet committed Nov 27, 2023
1 parent 561e576 commit 7dfee50
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ params:
# profile-mode
profileMode:
enabled: true
title: "Memories"
subtitle: "Widgets for Strava"
title: "Memories, widgets for Strava"
subtitle: "\"Love the app. Only just got into running this year, and it's really motivational to be reminder of my past efforts\" — Andy"
imageUrl: "cover.png"
imageWidth: 120
imageHeight: 120
Expand Down
4 changes: 4 additions & 0 deletions themes/PaperMod/assets/css/common/profile-mode.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
padding: 12px 0;
}

.profile .quote {
font-style: oblique;
}

.profile img {
display: inline-table;
border-radius: 26%;
Expand Down
2 changes: 1 addition & 1 deletion themes/PaperMod/layouts/partials/index_profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
{{- end }}
{{- end }}
<h1>{{ .title | default site.Title | markdownify }}</h1>
<span>{{ .subtitle | markdownify }}</span>
<span class="quote">{{ .subtitle | markdownify }}</span>
{{- partial "social_icons.html" site.Params.socialIcons -}}

{{- with .buttons }}
Expand Down

0 comments on commit 7dfee50

Please sign in to comment.