We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d34aa commit d764d58Copy full SHA for d764d58
_includes/scripts.html
@@ -85,11 +85,25 @@
85
<div>
86
87
<div colspan="2" class="title">
88
- <span class="proj"
89
- ><a href="<%-project.site %>" target="_blank"
+ <span class="proj">
+ <a href="<%-project.site %>" target="_blank"
90
><%-project.name %></a
91
- ></span
92
- >
+ >
+ <a
93
+ href="<%- project.upforgrabs.link.split('/').slice(0, 5).join('/') %>"
94
+ target="_blank"
95
+ title="View on GitHub"
96
+ style="margin-left: 8px;"
97
98
+ <img
99
+ src="https://cdn.jsdelivr.net/npm/simple-icons@v10/icons/github.svg"
100
+ alt="GitHub"
101
+ width="20"
102
+ height="20"
103
+ style="vertical-align: middle;"
104
+ />
105
+ </a>
106
+ </span>
107
</div>
108
109
0 commit comments