-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Galo Navarro <[email protected]>
- Loading branch information
Showing
3 changed files
with
22 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,34 +9,43 @@ <h1 class="post-title" itemprop="name headline">{{ page.title }}</h1> | |
|
||
<div class="post-content" itemprop="articleBody"> | ||
{{ content }} | ||
</div> | ||
|
||
|
||
<p class="post-meta"> | ||
<time datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">{{ page.date | date: "%b %-d, %Y" }}</time></p> | ||
|
||
<p> | ||
Any thoughts? <a href="mailto:[email protected]">send me an email!</a> | ||
</p> | ||
|
||
</article> | ||
<hr /> | ||
|
||
<p> | ||
Any thoughts? <a href="mailto:[email protected]">send me an email!</a> | ||
</p> | ||
</div> | ||
|
||
</article> | ||
|
||
<p style='font-size:90%; font-style:italic; text-align:center; margin-top:50px;'> | ||
<p style='font-size:90%; font-style:italic; text-align:center; margin-top:30px;'> | ||
To get notifications for new posts, subscribe to | ||
<a href="https://newsletter.varoa.net/">my mailing list</a>, | ||
the | ||
<a href="{{ "/feed.xml" | prepend: site.baseurl }}">RSS feed</a> | ||
or follow me on | ||
<a href="https://twitter.com/srvaroa">Twitter</a> / | ||
<a rel="me" href="https://mastodon.social/@[email protected]">Mastodon</a>. | ||
</p> | ||
|
||
<p> | ||
<div class="mailing-list"> | ||
<script | ||
src="https://cdn.jsdelivr.net/ghost/signup-form@~0.1/umd/signup-form.min.js" data-button-color="#4595DB" data-button-text-color="#FFFFFF" data-site="https://newsletter.varoa.net/" async> | ||
</script> | ||
</div> | ||
</p> | ||
|
||
<h2>Archive</h2> | ||
|
||
<p> | ||
<ul class="post-list"> | ||
{% for post in site.posts %} | ||
<li> | ||
<a href="{{ post.url }}">{{ post.title }}</a> | ||
</li> | ||
{% endfor %} | ||
</ul> | ||
</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters