Skip to content

Commit f28aefe

Browse files
committed
Bring back tag basics landing
Not sure why this was deleted, but it shouldn’t have been (sections expect landings).
1 parent f580e95 commit f28aefe

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tags/tag-basics/index.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ description: Textpattern tags are shorthand method for calling functions defined
88

99
# Learning Textpattern tags
1010

11-
Textpattern tags are an indispensible feature of Textpattern. They provide a markup-like approach to working with Textpattern's core functionality without having to know any PHP. The functions themselves represent content components, their sources, and a means of displaying them.
11+
Textpattern tags are an indispensable feature of Textpattern. They provide a markup-like approach to working with Textpattern's core functionality without having to know any PHP. The functions themselves represent content components, their sources, and a means of displaying them.
1212

13-
The tags may be added to [Page templates](/themes/page-templates-explained) and/or [Form templates](/themes/form-templates-explained) in a variety of ways depending on what you are trying to do. The tags are replaced with the content output they fetch, as users move from one page to another in your site.
13+
The tags may be added to Page templates and/or Form templates in a variety of ways depending on what you are trying to do. The tags are replaced with the content output they fetch, as users move from one page to another in your site.
1414

1515
Below are a series of tag fundamentals, which will get you up and running with Textpattern tags. To learn precise details about the tags themselves, see the [Tags Reference](/tags/).
1616

@@ -23,5 +23,4 @@ Below are a series of tag fundamentals, which will get you up and running with T
2323
5. [Parser and passes](/tags/tag-basics/parser-and-passes)
2424
6. [Incorrect tag contexts](/tags/tag-basics/incorrect-tag-contexts)
2525
7. [Integrated tag notation](/tags/tag-basics/integrated-tag-notation)
26-
8. [Tag escaping](/tags/tag-basics/tag-escaping)
27-
9. [Core short-tags](/tags/tag-basics/core-short-tags)
26+
8. [Core short-tags](/tags/tag-basics/core-short-tags)

0 commit comments

Comments
 (0)