@@ -256,15 +256,10 @@ attribute in the page header:
256
256
257
257
### Related links
258
258
259
- <!-- md:sponsors -->
260
- <!-- md:version insiders-4.23.0 -->
261
- <!-- md:flag experimental -->
262
-
263
259
When your blog is part of a wider site such as technical documentation, you
264
260
will want to provide links from blog posts into your other content. One way you
265
- can do this is to have a related links section. In the [ Insiders Edition] , the
266
- blog plugin can create one for you if you provide link targets in your page
267
- header:
261
+ can do this is to have a related links section. The blog plugin can create one
262
+ for you if you provide link targets in your page header:
268
263
269
264
!!! example "Add a related links section <!-- md:sponsors --> "
270
265
@@ -312,19 +307,13 @@ browser window to see this in action.
312
307
313
308
## Meta plugin
314
309
315
- <!-- md:sponsors -->
316
- <!-- md:version insiders-4.21.0 -->
317
- <!-- md:plugin [meta] – built-in -->
318
- <!-- md:flag experimental -->
319
-
320
- The Meta plugin is available in the [ Insiders Edition] .
321
- It helps simplify the management of metadata that is common to a group of
322
- files in the same subdirectory. Instead of having to repeat the
323
- same metadata in the page headers of a number of files, you can add a
324
- ` .meta.yml ` file in the directory and the Meta plugin will merge its contents
325
- into the headers of all the pages contained.
326
- Settings from the page header take precedence, so you can always override
327
- settings by adding them to a post's header.
310
+ The Meta plugin helps simplify the management of metadata that is common to a
311
+ group of files in the same subdirectory. Instead of having to repeat the same
312
+ metadata in the page headers of a number of files, you can add a ` .meta.yml `
313
+ file in the directory and the Meta plugin will merge its contents into the
314
+ headers of all the pages contained. Settings from the page header take
315
+ precedence, so you can always override settings by adding them to a post's
316
+ header.
328
317
329
318
For example, you may want to manage drafts by keeping them in a directory
330
319
together so that they are not only flagged as drafts but also easier to find.
0 commit comments