Skip to content

Commit af4415b

Browse files
authored
Small wording alterations
1 parent e457943 commit af4415b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/templates/styleguide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ authors: ["Firstname Lastname"]
1212
keywords: ["x", "y", "z", "etc"]
1313
```
1414
- `date` should refer to the first day that the page was created, not modified (see below).
15-
- Title values should be succicent and often reflect an action using a gerund, e.g. "Deleting Records".
15+
- Title values should be succinct and often reflect an action using a gerund, e.g. "Deleting Records".
1616

1717
If a page is modified, add values for `lastmod` and `editors`:
1818
```
1919
lastmod: 20XX-MM-DD
2020
editors: ["Firstname Lastname"]
2121
```
2222

23-
Include a weight value (an integer) to organize the order in which a page's title appears within the left-hand navigation menu in Symbiota Docs:
23+
Include a weight value (an integer) to organize the order in which a page's title appears within the left-hand navigation menu in Symbiota Docs. It's best to keep the organization alphabetical:
2424
```
2525
weight: #
2626
```
@@ -88,7 +88,7 @@ To include a basic image without a caption, do so e.g.:
8888
```
8989
To resize, align, or add an alt attribute (for screenreaders) to an image:
9090
```
91-
<img src="/symbiota-docs/static/images/filename.png" alt="This image shows XYZ" width="100"/>{: .align-right}
91+
<img src="/symbiota-docs/static/images/filename.png" alt="Description of image" width="100"/>{: .align-right}
9292
```
9393

9494
To include a video, do so e.g.:

0 commit comments

Comments
 (0)