Quick link fix.

This commit is contained in:
Travis Reeder
2017-09-14 16:30:30 -07:00
parent 4f653e3595
commit 5476665ea9
7 changed files with 9 additions and 7 deletions

View File

@@ -1,6 +1,8 @@
puts %{
<div style="margin-top: 20px; border-top: 1px solid gray;">
<div><a href="/r/helloapp/ruby">Ruby</a></div><div><a href="/r/helloapp/node">Node</a></div><div><a href="/r/helloapp/python">Python</a></div>
<div><a href="/r/#{ENV['FN_APP_NAME']}/ruby">Ruby</a></div>
<div><a href="/r/#{ENV['FN_APP_NAME']}/node">Node</a></div>
<div><a href="/r/#{ENV['FN_APP_NAME']}/python">Python</a></div>
</div>
</body>
</html>

View File

@@ -1,5 +1,5 @@
name: footer
version: 0.0.10
version: 0.0.12
runtime: ruby
entrypoint: ruby func.rb
headers:

View File

@@ -1,4 +1,4 @@
name: app
version: 0.0.68
version: 0.0.69
runtime: go
entrypoint: ./func

View File

@@ -1,5 +1,5 @@
name: header
version: 0.0.9
version: 0.0.10
runtime: ruby
entrypoint: ruby func.rb
headers:

View File

@@ -1,4 +1,4 @@
name: node
version: 0.0.11
version: 0.0.12
runtime: node
entrypoint: node func.js

View File

@@ -1,4 +1,4 @@
name: python
version: 0.0.9
version: 0.0.10
runtime: python
entrypoint: python2 func.py

View File

@@ -1,5 +1,5 @@
name: ruby
version: 0.0.21
version: 0.0.22
runtime: ruby
entrypoint: ruby func.rb
headers: