Simplified stuff page.
This commit is contained in:
parent
8b46076669
commit
047f63d083
@ -18,8 +18,10 @@ block content
|
|||||||
p.center Here lies everything I've made that I'm willing to share.
|
p.center Here lies everything I've made that I'm willing to share.
|
||||||
section#articles
|
section#articles
|
||||||
h2 Articles
|
h2 Articles
|
||||||
p These articles are more like the sysadmin's notes. I describe those parts here that I did myself. The date here represents when article was updated last time.
|
|
||||||
table
|
table
|
||||||
|
tr
|
||||||
|
th Last Update
|
||||||
|
th Article
|
||||||
each entry in metadata
|
each entry in metadata
|
||||||
tr
|
tr
|
||||||
td
|
td
|
||||||
@ -28,7 +30,6 @@ block content
|
|||||||
a(href=entry.URL) #{entry.Title}
|
a(href=entry.URL) #{entry.Title}
|
||||||
section#programs-scripts
|
section#programs-scripts
|
||||||
h2 Programs and scripts
|
h2 Programs and scripts
|
||||||
p.center Simple, yet useful (at least for me) programs and scripts I made.
|
|
||||||
table
|
table
|
||||||
tr
|
tr
|
||||||
td mccl
|
td mccl
|
||||||
|
Loading…
Reference in New Issue
Block a user