mirror of
https://github.com/fruworg/themu.git
synced 2025-06-12 09:40:25 +03:00
Added <script> tag support to customJS
Added a "readmore" class to the read more links to enable finegrained css
This commit is contained in:
committed by
Athul Cyriac Ajay
parent
57ff9c6ee9
commit
5fbc45536a
@ -24,7 +24,7 @@
|
||||
{{ .Summary }}…
|
||||
{{ end }}
|
||||
</div>
|
||||
<a href="{{ .RelPermalink }}">Read more ⟶</a>
|
||||
<a class="readmore" href="{{ .RelPermalink }}">Read more ⟶</a>
|
||||
</section>
|
||||
{{ end }}
|
||||
{{ template "partials/paginator.html" . }}
|
||||
|
Reference in New Issue
Block a user