diff options
author | EuAndreh <eu@euandre.org> | 2023-04-10 17:58:46 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-04-10 17:58:46 -0300 |
commit | d52106454cb10a448ecc486bee1d8b9b92ab16cc (patch) | |
tree | 800e30cfb7e2742599a397251e9190be58f57923 /v2/.gitignore | |
parent | v2: <link /> to collection feed inside <head> (diff) | |
download | euandre.org-d52106454cb10a448ecc486bee1d8b9b92ab16cc.tar.gz euandre.org-d52106454cb10a448ecc486bee1d8b9b92ab16cc.tar.xz |
v2: <link /> to rel="{prev,next}" in <head> of collection items
Diffstat (limited to '')
-rw-r--r-- | v2/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/v2/.gitignore b/v2/.gitignore index fe51060..84d3bd9 100644 --- a/v2/.gitignore +++ b/v2/.gitignore @@ -15,8 +15,11 @@ /src/content/**/*.html /src/content/**/*.extrahtml /src/content/**/*.i18n +/src/content/**/*.md.next +/src/content/**/*.md.prev /src/content/**/*.md.tmp /src/content/**/*.htmlbody +/src/content/**/*.series /src/content/**/*.snippets /src/content/**/*.html.*.txt /src/content/**/*.sortdata |