diff options
author | mayx | 2023-07-11 03:59:38 +0000 |
---|---|---|
committer | mayx | 2023-07-11 03:59:38 +0000 |
commit | e7ad732f8dd4ee2a0db9ec226047e3fe5db9b427 (patch) | |
tree | b58d0321ad4419ea9e292adfeac40ca29204c034 /BlogCard.svg | |
parent | 8b6738dcefd65b64822fe12276d9c923976d7ba5 (diff) |
Update 2 files
- /BlogCard.svg - /proxylist.md
Diffstat (limited to 'BlogCard.svg')
-rw-r--r-- | BlogCard.svg | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/BlogCard.svg b/BlogCard.svg index 14990de..c8d6ae0 100644 --- a/BlogCard.svg +++ b/BlogCard.svg @@ -105,31 +105,31 @@ <g class="stagger" style="animation-delay: 450ms" transform="translate(25, 0)"> <line x1="12" y1="6.25" x2="19" y2="6.25" style="stroke:rgb(255,255,255);stroke-width:2"/> - <text class="stat bold" x="25" y="12.5">{{ site.posts[0].title }}</text> + <text class="stat bold" x="25" y="12.5">{{ site.posts[0].title | truncate: 18 }}</text> </g> </g><g transform="translate(0, 25)"> <g class="stagger" style="animation-delay: 600ms" transform="translate(25, 0)"> <line x1="12" y1="6.25" x2="19" y2="6.25" style="stroke:rgb(255,255,255);stroke-width:2"/> - <text class="stat bold" x="25" y="12.5">{{ site.posts[1].title }}</text> + <text class="stat bold" x="25" y="12.5">{{ site.posts[1].title | truncate: 18 }}</text> </g> </g><g transform="translate(0, 50)"> <g class="stagger" style="animation-delay: 750ms" transform="translate(25, 0)"> <line x1="12" y1="6.25" x2="19" y2="6.25" style="stroke:rgb(255,255,255);stroke-width:2"/> - <text class="stat bold" x="25" y="12.5">{{ site.posts[2].title }}</text> + <text class="stat bold" x="25" y="12.5">{{ site.posts[2].title | truncate: 18 }}</text> </g> </g><g transform="translate(0, 75)"> <g class="stagger" style="animation-delay: 900ms" transform="translate(25, 0)"> <line x1="12" y1="6.25" x2="19" y2="6.25" style="stroke:rgb(255,255,255);stroke-width:2"/> - <text class="stat bold" x="25" y="12.5">{{ site.posts[3].title }}</text> + <text class="stat bold" x="25" y="12.5">{{ site.posts[3].title | truncate: 18 }}</text> </g> </g><g transform="translate(0, 100)"> <g class="stagger" style="animation-delay: 1050ms" transform="translate(25, 0)"> <line x1="12" y1="6.25" x2="19" y2="6.25" style="stroke:rgb(255,255,255);stroke-width:2"/> - <text class="stat bold" x="25" y="12.5">{{ site.posts[4].title }}</text> + <text class="stat bold" x="25" y="12.5">{{ site.posts[4].title | truncate: 18 }}</text> </g> </g> </svg> |