Update bookmarks page design and add more entries. Add more 88x31 pictures.
This commit is contained in:
parent
fbbf884368
commit
fe9d3e67f1
311 changed files with 692 additions and 497 deletions
|
|
@ -45,6 +45,15 @@ eleventyConfig.addFilter("absoluteUrl", function(path) {
|
|||
return base + path;
|
||||
});
|
||||
|
||||
eleventyConfig.addFilter("postDate", (dateObj) => {
|
||||
return dateObj.toLocaleString(undefined, {
|
||||
year: "numeric",
|
||||
month: "numeric",
|
||||
day: "numeric",
|
||||
timeZone: "America/Sao_Paulo"
|
||||
});
|
||||
});
|
||||
|
||||
eleventyConfig.addNunjucksFilter("smartTitle", function(str) {
|
||||
if (!str) return "";
|
||||
const smallWords = ["a","an","and","at","but","by","for","in","nor","of","on","or","so","the","to","up","yet",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue