mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-08 00:52:43 +00:00
feat: update style of read buttons
This commit is contained in:
parent
fc8a04569a
commit
5370b41de8
@ -19,7 +19,7 @@
|
||||
<div class="f6 f5-l lh-copy nested-copy-line-height nested-links">
|
||||
{{ .Summary }}
|
||||
</div>
|
||||
<a href="{{.RelPermalink}}" class="ba b--moon-gray bg-light-gray br2 color-inherit dib f7 hover-bg-moon-gray link mt2 ph2 pv1">{{ $.Param "read_more_copy" | default (i18n "readMore") }}</a>
|
||||
<a href="{{.RelPermalink}}" class="ba b--moon-gray {{ $.Param "jump_button_background_color" | default "bg-light-gray" }} br2 {{ $.Param "menu_text_color" | default "color-inherit" }} dib f7 hover-bg-{{ $.Param "menu_hover_color" | default "moon-gray" }} link mt2 ph2 pv2">{{ $.Param "read_more_copy" | default (i18n "readMore") }}</a>
|
||||
{{/* TODO: add author
|
||||
<p class="f6 lh-copy mv0">By {{ .Author }}</p> */}}
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user