Skip to content

Commit 97d1cbc

Browse files
committed
feat(image): add image processing
1 parent 943d473 commit 97d1cbc

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

_layouts/post.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h1 data-toc-skip>{{ page.title }}</h1>
3636
</span>
3737
{% endif %}
3838

39-
{% if page.image %}
39+
{% if page.image and page.image.post != false %}
4040
{% capture src %}src="{{ page.image.path | default: page.image }}"{% endcapture %}
4141
{% capture class %}class="preview-img{% if page.image.no_bg %}{{ ' no-bg' }}{% endif %}"{% endcapture %}
4242
{% capture alt %}alt="{{ page.image.alt | xml_escape | default: "Preview Image" }}"{% endcapture %}

_posts/2025-07-10-just-another-minecraft-rat.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tags:
66
- blog
77
- stealer
88
- wiper
9-
- rat
9+
- RAT
1010
- minecraft
1111
- research
1212
date: 2025-07-10
@@ -16,6 +16,10 @@ researchers:
1616
- slavetomints
1717
- tr4ceang3l
1818
- akithecatearedmerc
19+
image:
20+
path: /assets/img/just-another-minecraft-rat/persistence.png
21+
alt:
22+
post: false
1923
---
2024
>In this blog post, we will discuss malware and malicious software. There will be screenshots of the code, as well as small snippets of the things that it does. It is your responsibility not to run the code or snippets, as they will have real-life implications for the security of your system. This is for educational purposes only, and we are not liable for what you do with your computers.
2125
{: .prompt-danger }

0 commit comments

Comments
 (0)