docs/includes
Vanessa Yuen eaacb54422
small liquid link tag cleanup (#17280)
* remove unnecessary `render` methods
* we don't use `link_with_short_title` anymore
* remove `shortTitle` option
* remove ink_with_short_title tag test
2021-01-15 13:24:39 +00:00
..
liquid-tags small liquid link tag cleanup (#17280) 2021-01-15 13:24:39 +00:00
README.md Hello git history spelunker! 2020-09-27 14:10:11 +02:00
all-articles.html remove extra lang codes 2020-12-18 15:08:07 -05:00
all-products-link.html Hello git history spelunker! 2020-09-27 14:10:11 +02:00
article-version-switcher.html rename page to enterprise-server-releases 2020-12-08 10:15:23 -05:00
article.html Removed nested main elements on specific products 2021-01-08 00:08:26 +00:00
breadcrumbs.html Revert "Revert "sitetree optimizations"" 2020-12-14 20:25:01 -05:00
code-example-card.html [Universe] Discussions Public Beta (#16547) 2020-12-07 15:00:35 -07:00
contribution.html Make heading are semantic while maintaining font-size 2021-01-08 00:08:25 +00:00
deprecation-banner.html update deprecation banner include 2020-11-16 20:06:56 -05:00
discussions-community-card.html [Universe] Discussions Public Beta (#16547) 2020-12-07 15:00:35 -07:00
error-404-deprecation-message.html Support enterpriseServerVersions in Liquid statements (#16058) 2020-10-15 16:20:41 -04:00
explorer.html Hello git history spelunker! 2020-09-27 14:10:11 +02:00
featured-article.html Hello git history spelunker! 2020-09-27 14:10:11 +02:00
featured-link.html Hello git history spelunker! 2020-09-27 14:10:11 +02:00
featured-links.html Support arbitrary keys in new featuredLinks frontmatter (#16239) 2020-10-27 13:53:10 -04:00
footer.html Add/use small-footer for Actions landing page (#16265) 2020-11-03 13:12:25 -05:00
graphql-arguments.html Update all files to use `{% data %}` (#15253) 2020-09-29 16:01:04 -04:00
graphql-deprecation.html Update all files to use `{% data %}` (#15253) 2020-09-29 16:01:04 -04:00
graphql-enum.html Update all files to use `{% data %}` (#15253) 2020-09-29 16:01:04 -04:00
graphql-fields.html Update all files to use `{% data %}` (#15253) 2020-09-29 16:01:04 -04:00
graphql-input-fields.html Update all files to use `{% data %}` (#15253) 2020-09-29 16:01:04 -04:00
graphql-input-object.html Update all files to use `{% data %}` (#15253) 2020-09-29 16:01:04 -04:00
graphql-interface.html Update all files to use `{% data %}` (#15253) 2020-09-29 16:01:04 -04:00
graphql-mutation.html Hello git history spelunker! 2020-09-27 14:10:11 +02:00
graphql-object.html Update all files to use `{% data %}` (#15253) 2020-09-29 16:01:04 -04:00
graphql-preview.html Update all files to use `{% data %}` (#15253) 2020-09-29 16:01:04 -04:00
graphql-query.html Update all files to use `{% data %}` (#15253) 2020-09-29 16:01:04 -04:00
graphql-return-fields.html Update all files to use `{% data %}` (#15253) 2020-09-29 16:01:04 -04:00
graphql-scalar.html Hello git history spelunker! 2020-09-27 14:10:11 +02:00
graphql-union.html Update all files to use `{% data %}` (#15253) 2020-09-29 16:01:04 -04:00
guide-card.html Default to "GitHub" as author in guide-card (#16717) 2020-12-02 16:32:37 +00:00
head.html add a final else for displaying a title if no page.fullTitle 2020-12-08 10:45:28 -05:00
header-notification.html Project Visby site-policy updates (change date + hide from GitHub Docs) (#17139) 2021-01-07 22:44:34 +00:00
header.html Add banner role to logo container in sidebar header 2021-01-08 00:08:26 +00:00
helpfulness.html Make heading are semantic while maintaining font-size 2021-01-08 00:08:25 +00:00
homepage-version-switcher.html Update all files to use `{% data %}` (#15253) 2020-09-29 16:01:04 -04:00
landing.html Make heading are semantic while maintaining font-size 2021-01-08 00:08:25 +00:00
printer-icon.html Hello git history spelunker! 2020-09-27 14:10:11 +02:00
release-notes-category-label.html [DO NOT MERGE] GitHub Enterprise Server 3.0 release candidate megabranch (#16479) 2021-01-13 19:16:05 -08:00
rest_operation.html Remove the thing (#16294) 2020-11-03 13:50:02 -05:00
rest_operations_at_current_path.html Hello git history spelunker! 2020-09-27 14:10:11 +02:00
rest_toc_item.html Hello git history spelunker! 2020-09-27 14:10:11 +02:00
scripts.html Add/use small-footer for Actions landing page (#16265) 2020-11-03 13:12:25 -05:00
search-form.html Move aria-hidden onto agolia form element 2021-01-08 00:08:26 +00:00
sidebar-guides.html Revert "Revert "sitetree optimizations"" 2020-12-14 20:25:01 -05:00
sidebar-homepage.html Remove versions feature flag code (#15793) 2020-09-29 13:36:07 -04:00
sidebar-specific-product.html Move nested <ul> inside <li> in specific product sidebar 2021-01-08 00:08:26 +00:00
sidebar.html Wrap sidebar navigation in <nav> sectioning element 2021-01-08 00:08:26 +00:00
small-footer.html Missing "&copy;" in small-footer #1744 2020-12-03 23:04:03 +05:00
support.html Make heading are semantic while maintaining font-size 2021-01-08 00:08:25 +00:00

README.md

Includes

The files in this directory are "includes", snippets of HTML that can be reused in multiple layouts or pages. In Ruby on Rails parlance, these are called "partials".

Using Includes

This example injects the contents of includes/header.html into the page:

{% include header %}

Writing Includes

Includes must have a .html extension.