Skip to content

Commit

Permalink
Update index.html.haml
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshmishreea122003 authored Mar 4, 2025
1 parent 2a3a063 commit 0211008
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions content/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ homepage: true
%p
to the
- contributor['REPOSITORIES'].split.each_with_index do |repo, index|
%a{ href: "https://github.com/#{repo}", target: "_blank" }= repo
- repo_name = repo.split('/').last
%a{ href: "https://github.com/#{repo}", target: "_blank" }= repo_name
- unless index == contributor['REPOSITORIES'].split.size - 1
,
repo in #{Date.parse(contributor['MONTH'] + "-01").strftime("%B %Y")}!
repo in #{Date.parse(contributor['MONTH'] + "-01").strftime("%B %Y")}!

0 comments on commit 0211008

Please sign in to comment.