1
Fork 0

Restyle gist headers

This commit is contained in:
Jake Howard 2017-11-17 20:12:24 +00:00
parent 9ee63be709
commit 0baa4eb8a0
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -4,11 +4,11 @@
{{ range $i, $e := $data.files }} {{ range $i, $e := $data.files }}
<h5> <h5>
<a href="{{ $data.html_url }}#file-{{ $i }}"> <a href="{{ $data.html_url }}#file-{{ $i }}">
<strong>{{ $i }}</strong> <code class="font-weight-bold">{{ $i }}</code>
</a> </a>
&nbsp;&nbsp; &nbsp;&nbsp;
<a href="{{ $e.raw_url }}"> <a href="{{ $e.raw_url }}">
<i>View Raw</i> <small class="font-italic">View Raw</small>
</a> </a>
</h5> </h5>
{{ highlight $e.content $e.language "linenos=inline" }} {{ highlight $e.content $e.language "linenos=inline" }}