feat(web/homepage): Add templating for entries on the homepage
Adds the actual insertion of entries into the homepage, subtly colour-coding different types of entries.
This commit is contained in:
parent
39854d71b2
commit
75969d886d
3 changed files with 91 additions and 32 deletions
|
|
@ -9,7 +9,7 @@
|
|||
<body class="dark">
|
||||
<header>
|
||||
<h1>
|
||||
<a class="unstyled-link" href="/">tazjin's interblag</a>
|
||||
<a class="interblag-title" href="/">tazjin's interblag</a>
|
||||
</h1>
|
||||
<hr>
|
||||
</header>
|
||||
|
|
@ -25,9 +25,11 @@
|
|||
internet</a>.
|
||||
</p>
|
||||
<p>
|
||||
Below you can find a collection of my projects and blog posts.
|
||||
If you'd like to get in touch about anything, send me a mail at
|
||||
mail@[this domain] or ping me on IRC or Twitter.
|
||||
Below is a collection of
|
||||
my <span class="project">projects</span>, <span class="blog">blog
|
||||
posts</span> and some <span class="misc">random things</span> by
|
||||
me or others. If you'd like to get in touch about anything, send
|
||||
me a mail at mail@[this domain] or ping me on IRC or Twitter.
|
||||
</p>
|
||||
</div>
|
||||
<div class="entry-container">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue