commit dcc4c14f3290fb53e6041a54d53101952eee39f2
parent 69bf060b0cf933c9b8d175e20f3d476f5b43bf8b
Author: rbckman <rob@tarina.org>
Date: Tue, 4 Aug 2026 20:01:12 +0300
clean up
Diffstat:
8 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/html/heartranked.html b/html/heartranked.html
@@ -46,13 +46,13 @@ $if search != '':
$:markdown.markdown(loadtext('p/posts/'+g['postid']+'/intro'))
</div>
<div class="postmenu">
- <small>by $g['creator'] $formattime(g['timeadded'])</small><br>
+ <small>by $g['creator'] g['timeadded']</small><br>
$getcombines(g['postid'])
- $if g['combine']:
+ $if 'combine' in g:
$#combined = db.select('published', where="postid='"+g['combine']+"'")[0]
$ combined=loadjson('p/posts/'+g['combine']+'/meta')
<small>combo with <a href="/?show=$combined.postid">$combined['soundname']</a></small><br>
- $if g.remix:
+ $if 'remix' in g:
$#remixed = db.select('published', where="postid='"+g['remix']+"'")[0]
$ combined=loadjson('p/posts/'+g['remix']+'/meta')
<small>remixed <a href="/?show=$remixed['postid']">$remixed['soundname']</a></small><br>
@@ -83,17 +83,17 @@ $else:
$:markdown.markdown(loadtext('p/posts/'+g['postid']+'/intro'))
</div>
<div class="postmenu">
- <small><small>$formattime(g['timeadded'])</small></small>
+ <small><small>$g['timeadded']</small></small>
<small>by $g['creator']</small>
$:userimage(g['creator'])
<br>
- $getcombines(g['postid'])
- $if g['combine']:
+ $ getcombines(g['postid'])
+ $if 'combine' in g:
$if postexist(g['combine']):
$#combined = db.select('published', where="postid='"+g['combine']+"'")[0]
$ combined=loadjson('p/posts/'+g['combine']+'/meta')
<small>combo with <a href="/?show=$combined['postid']">$combined['soundname']</a></small><br>
- $if g['remix']:
+ $if 'remix' in g:
$if postexist(g['remix']):
$#remixed = db.select('published', where="postid='"+g['remix']+"'")
$ remixed=loadjson('p/posts/'+g['remix']+'/meta')
@@ -136,13 +136,13 @@ $else:
$:markdown.markdown(loadtext('p/posts/'+g['postid']+'/post'))
</div>
<div class="postmenu">
- <small>by $g['creator'] $formattime(g['timeadded'])</small><br>
+ <small>by $g['creator'] $g['timeadded']</small><br>
$getcombines(g['postid'])
- $if g['combine']:
+ $if 'combine' in g:
$#combined = db.select('published', where="postid='"+g['combine']+"'")[0]
$ combined=loadjson('p/posts/'+g['combine']+'/meta')
<small>combo with <a href="/?show=$combined['postid']">$combined['soundname']</a></small><br>
- $if g['remix']:
+ $if 'remix' in g:
$#remixed = db.select('published', where="postid='"+g['remix']+"'")[0]
$ remixed=loadjson('p/posts/'+g['remix']+'/meta')
<small>remixed <a href="/?show=$remixed['postid']">$remixed['soundname']</a></small><br>
@@ -173,7 +173,7 @@ $else:
$:markdown.markdown(loadtext('p/posts/'+c['postid']+'/post'))
</div>
<div class="postmenu">
- <small>by $c['creator'] $formattime(c['timeadded'])</small><br>
+ <small>by $c['creator'] $c['timeadded']</small><br>
$getcombines(c['postid'])
$if c['combine']:
$#combined = db.select('published', where="postid='"+c['combine']+"'")[0]
diff --git a/static/fonts/__MACOSX/._Now-Black.otf b/static/fonts/__MACOSX/._Now-Black.otf
Binary files differ.
diff --git a/static/fonts/__MACOSX/._Now-Bold.otf b/static/fonts/__MACOSX/._Now-Bold.otf
Binary files differ.
diff --git a/static/fonts/__MACOSX/._Now-Light.otf b/static/fonts/__MACOSX/._Now-Light.otf
Binary files differ.
diff --git a/static/fonts/__MACOSX/._Now-Medium.otf b/static/fonts/__MACOSX/._Now-Medium.otf
Binary files differ.
diff --git a/static/fonts/__MACOSX/._Now-Regular.otf b/static/fonts/__MACOSX/._Now-Regular.otf
Binary files differ.
diff --git a/static/fonts/__MACOSX/._Now-Thin.otf b/static/fonts/__MACOSX/._Now-Thin.otf
Binary files differ.
diff --git a/static/fonts/__MACOSX/._OFL-FAQ.txt b/static/fonts/__MACOSX/._OFL-FAQ.txt
Binary files differ.