diff --git a/content/article/int-sandpoints.md b/content/article/int-sandpoints.md
index 4fffcd7..620ec26 100644
--- a/content/article/int-sandpoints.md
+++ b/content/article/int-sandpoints.md
@@ -55,6 +55,7 @@ This project features the following content types (and subdirectories):
| `editor` |associated with `issue`|
| `contributor` | associated with `article`|
| `print`| used for generating PDFs from other content types |
+Table 1: Content types and description.
# Ontology {#ontology}
@@ -123,7 +124,7 @@ This will create a link to the `target-article` but it will also create a backli
A link from this article to some other one, at the latter article will generate a backlink that would appear at the top right of the page (`mentioned in this-article`).
-
+
Backlinks (as well as external and internal hyperlinks) are catalogued at [urls](/urls/).
@@ -153,6 +154,8 @@ The root folder of the project contains the following files and folders.
| `.git/` | standard Git folder -- a hidden folder with data from local version control.
| `.gitignore` | standard Gitignore file -- a text file that dictates which files or folders to ignore from (Git) version control and backup.
| `readme.md` | standard Git repository readme file.
+Table 2: Project file structure.
+
# Sandpoints config file {#sandpoints-config}