Restyle gist headers
This commit is contained in:
parent
9ee63be709
commit
0baa4eb8a0
1 changed files with 2 additions and 2 deletions
|
@ -4,11 +4,11 @@
|
|||
{{ range $i, $e := $data.files }}
|
||||
<h5>
|
||||
<a href="{{ $data.html_url }}#file-{{ $i }}">
|
||||
<strong>{{ $i }}</strong>
|
||||
<code class="font-weight-bold">{{ $i }}</code>
|
||||
</a>
|
||||
|
||||
<a href="{{ $e.raw_url }}">
|
||||
<i>View Raw</i>
|
||||
<small class="font-italic">View Raw</small>
|
||||
</a>
|
||||
</h5>
|
||||
{{ highlight $e.content $e.language "linenos=inline" }}
|
||||
|
|
Loading…
Reference in a new issue