diff options
Diffstat (limited to 'templates/openring.html')
| -rw-r--r-- | templates/openring.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/openring.html b/templates/openring.html index 38ef7f2..5eb52e9 100644 --- a/templates/openring.html +++ b/templates/openring.html | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | {{ range .Articles }} | 4 | {{ range .Articles }} |
| 5 | <li> | 5 | <li> |
| 6 | <a href="{{ .Link }}" target="_blank" rel="noopener">{{ .Title }}</a> — <a href="{{ .SourceLink }}">{{ .SourceTitle }}</a> | 6 | <a href="{{ .Link }}" target="_blank" rel="noopener">{{ .Title }}</a> — <a href="{{ .SourceLink }}">{{ .SourceTitle }}</a> |
| 7 | <div>{{ .Summary }} | 7 | <div>{{ .Summary }} |
| 8 | </li> | 8 | </li> |
| 9 | {{ end }} | 9 | {{ end }} |
| 10 | </ul> | 10 | </ul> |
