Have a mostly working API server in go that's talking to streams/index.html and related pages.
This commit is contained in:
parent
d49e1fbdc0
commit
c576a61fbe
7 changed files with 168 additions and 21 deletions
|
@ -32,7 +32,7 @@
|
|||
<info>
|
||||
<date x-text="item.date"></date>
|
||||
<p x-text="item.description"></p>
|
||||
<a style="text-align: right" x-bind:href="item.url">View This Stream</a>
|
||||
<a style="text-align: right" x-bind:href="'/stream/' + item.id + '/'">View This Stream</a>
|
||||
</info>
|
||||
</stream>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue