Fix animated button
This commit is contained in:
parent
f5e030b316
commit
e4c4477f12
2 changed files with 3 additions and 2 deletions
|
|
@ -20,6 +20,7 @@ module.exports = function(eleventyConfig) {
|
|||
"node_modules/simpledotcss/simple.css": "css/simple.css",
|
||||
});
|
||||
eleventyConfig.addPassthroughCopy({ "src/robots.txt": "robots.txt" });
|
||||
eleventyConfig.addPassthroughCopy({ "assets/images/about/devon.lol-button-03.gif": "images/devon.lol-button-03.gif" });
|
||||
|
||||
eleventyConfig.addFilter("buildPageTitle", function(title) {
|
||||
if (this.page.url === '/') {
|
||||
|
|
@ -54,7 +55,7 @@ module.exports = function(eleventyConfig) {
|
|||
});
|
||||
|
||||
|
||||
const markdownLibrary = markdownIt()
|
||||
const markdownLibrary = markdownIt({ html: true })
|
||||
.use(markdownItAnchor, { slugify })
|
||||
.use(
|
||||
markdownItObsidian({
|
||||
|
|
|
|||
|
|
@ -26,6 +26,6 @@ If you want to link to my site, you can use these buttons!
|
|||
|
||||

|
||||

|
||||

|
||||
<img src="/images/devon.lol-button-03.gif" alt='A button resembling a dialog box from the SNES RPG Earthbound. "Devon.LoL" is written inside in white.' />
|
||||
|
||||
Feel free to skip the buttons too if you prefer. I personally prefer when links to other sites have some context, so text links are even better. Any link is appreciated.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue