Skip to content

Commit

Permalink
drop photo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Polyarus committed Aug 20, 2023
1 parent ed48d92 commit 460108d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions _favorite_music/anabel-montesinos.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
artist: Anabel Montesinos
isAlbum: true
title: Alma Llanera
link: https://www.deezer.com/fr/album/418162487
isAlbum: false
title: Chaconne, J. S. Bach
link: https://www.youtube.com/watch?v=N_WTmnh0Zqw
status: published
sitemap: false
description: |
Anabel Montesinos joue ici la musique latino américaine.
Anabel Montesinos joue ici la Chaconne de Bach.
Elle m'a inspiré pour apprendre la prelude Créole de Rodrigo Riera.
Plus je l'écoute, plus je l'apprécie.
---
4 changes: 2 additions & 2 deletions assets/plugins/github-activity/src/github-activity.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var GitHubActivity = (function() {
getMessageFor: function(data) {
var p = data.payload;
data.repoLink = methods.renderGitHubLink(data.repo.name);
data.userGravatar = Mustache.render('<div class="gha-gravatar-user"><img src="{{url}}" class="gha-gravatar-small" alt="Photo du profil"></div>', { url: data.actor.avatar_url });
data.userGravatar = Mustache.render('', { url: data.actor.avatar_url });

// Get the branch name if it exists.
if (p.ref) {
Expand Down Expand Up @@ -58,7 +58,7 @@ var GitHubActivity = (function() {
}
if (i < 2) {
d.shaLink = methods.renderGitHubLink(data.repo.name + '/commit/' + d.sha, d.sha.substring(0, 6), 'gha-sha');
d.committerGravatar = Mustache.render('<img class="gha-gravatar-commit" src="https://gravatar.com/avatar/{{hash}}" width="16" alt="Activity commit" />', { hash: md5(d.author.email.trim().toLowerCase()) });
d.committerGravatar = Mustache.render('', { hash: md5(d.author.email.trim().toLowerCase()) });
} else {
// Delete the rest of the commits after the first 2, and then break out of the each loop.
p.commits.splice(2, p.size);
Expand Down

0 comments on commit 460108d

Please sign in to comment.