Skip to content

Commit 4296f24

Browse files
committed
Added numerals code line
1 parent 4f8ba22 commit 4296f24

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,9 @@
7979
<div class="py-2">
8080
<p class="paper my-2 pl-2">
8181
<span class="papertitle">Language-Specific Grammars for Recursive Numeral Systems</span><br>
82-
<span class="thisauthor">David Yang</span>, Terry Regier
83-
82+
<span class="thisauthor">David Yang</span>, Terry Regier<br>
83+
<a class="tag" href="https://github.com/davidmyang/numerals" target="_blank">code</a>
84+
8485

8586
</p>
8687
</div>
@@ -105,7 +106,7 @@
105106
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
106107
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
107108
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
108-
<script src="assets/style-1.js"></script>
109+
<script src="assets/style-2.js"></script>
109110
</body>
110111
<style>
111112
</style>

0 commit comments

Comments
 (0)