Skip to content

Commit bec4dc8

Browse files
committed
jekyll: github_issue utility
Signed-off-by: CrazyMax <[email protected]>
1 parent 96321ac commit bec4dc8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

_includes/github_issue.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[{{ include.repo }}#{{ include.number }}](https://github.com/{{ include.repo }}/issues/{{ include.number }}){:target="_blank" rel="noopener" class="_"}

_scss/_utilities.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
color: rgba(13, 86, 125, 0.55);
2020
}
2121

22+
.github-issue {
23+
font-size: 110%;
24+
margin-right: 5px;
25+
}
26+
2227
.break {
2328
margin-bottom: 20px!important;
2429
}

0 commit comments

Comments
 (0)