Skip to content

Commit be26b90

Browse files
author
Lauren McCarthy
committed
updating docs template w foundation link
1 parent fc00b93 commit be26b90

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/yuidoc-p5-theme/layouts/main.handlebars

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141

4242
<div id="family">
43-
<p><a href="http://processing.org">Processing</a>
43+
<p class="left"><a href="http://processing.org">Processing</a>
4444
<a class="here" href="http://p5js.org">p5.js</a>
4545
<a href="http://py.processing.org/">Processing.py</a>
4646
</p>
@@ -49,6 +49,9 @@
4949
<input id="search_field" type="text" name="as_q" value="" size="20" class="text" />
5050
<input id="search_button" type="submit" value=" " />
5151
</form>
52+
<p class="right">
53+
<a href="http://foundation.processing.org">Processing Foundation</a>
54+
</p>
5255
</div>
5356

5457

examples/addons/p5.dom/input_button/sketch.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ function setup() {
66
createCanvas(710, 400);
77

88
input = createInput();
9+
910
input.position(20, 65);
1011

1112
button = createButton('submit');

0 commit comments

Comments
 (0)