remove space between file links
This commit is contained in:
parent
7f5d5f40b1
commit
1ec0b0f7aa
2 changed files with 4 additions and 2 deletions
|
@ -37,7 +37,7 @@ func (fileContent *FileContent) FormatContent() string {
|
|||
}
|
||||
// append links to that paragraph
|
||||
if len(buffer) > 0 {
|
||||
data = append(data, []byte("\n")...)
|
||||
data = append(data, []byte("\n\n")...)
|
||||
data = append(data, buffer...)
|
||||
}
|
||||
|
||||
|
|
|
@ -22,6 +22,8 @@ Pagrindėnės temas paskėrstītas par kateguorėjės. Kuožnos fails gal turie
|
|||
{{ tag_url(lang, tag, count) }} {% endfor %} {% endif %}
|
||||
|
||||
{% if lastFiles %}### Paskotėnē īrašā
|
||||
{% for file in lastFiles %}{{ text_url(lang, file) }} {% endfor %} {% endif %}
|
||||
|
||||
{% for file in lastFiles %}{{ text_url(lang, file) }} {% endfor %}
|
||||
{% endif %}
|
||||
|
||||
=> /sgs/f vėsė straipsnē ({{ tree.Files|length }})
|
||||
|
|
Loading…
Reference in a new issue