1
0
mirror of https://github.com/osmarks/website synced 2025-08-29 08:52:18 +00:00

RPNCalcv4 and stuff

This commit is contained in:
2020-11-17 20:41:31 +00:00
parent c179ee8d45
commit f3bde26728
11 changed files with 1443 additions and 9 deletions

View File

@@ -2,9 +2,7 @@
<section class="atl">
{{range .Articles}}
<div class="art">
<h4>
<a href="{{.Link}}" target="_blank" rel="noopener">{{.Title}}</a>
</h4>
<a class="ttl" href="{{.Link}}" target="_blank" rel="noopener">{{.Title}}</a>
<p class="sum">{{.Summary}}</p>
<small class="src">
via <a href="{{.SourceLink}}">{{.SourceTitle}}</a>