We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ae5268 commit 69c0078Copy full SHA for 69c0078
_team/milz.md
@@ -13,3 +13,13 @@ category: Collaborators
13
<br>
14
15
[Link to Website](https://milzj.github.io/)
16
+
17
18
+{% capture remote_content %}{% remote_include https://raw.githubusercontent.com/milzj/milzj.github.io/refs/heads/master/_pages/about.md %}{% endcapture %}
19
+{% assign lines = remote_content | split: '
20
+' %}
21
+{% for line in lines offset: 19 limit: 10 %}
22
+{{ line }}
23
+{% endfor %}
24
25
0 commit comments