Add dashboard
This commit is contained in:
7
widgets/daily_xkcd/daily_xkcd.html
Normal file
7
widgets/daily_xkcd/daily_xkcd.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<h1 class="header" data-bind="'xkcd #' | append num | append ': ' | append title"></h1>
|
||||
|
||||
<img class="xkcd-image" data-bind-src="img" />
|
||||
<p class="date" data-bind="'Published: ' | append datestr"></p>
|
||||
<p class="caption" data-bind="alt"></p>
|
||||
|
||||
<p class="updated-at" data-bind="updatedAtMessage"></p>
|
||||
Reference in New Issue
Block a user