Changed some typos
This commit is contained in:
parent
a1b33424db
commit
8850c0bcc5
3 changed files with 3 additions and 9 deletions
|
@ -21,13 +21,7 @@
|
|||
<footer class="center text-center">
|
||||
<hr class="light">
|
||||
<div class="center text-center">
|
||||
<a href="mailto:me@fmartingr.com" target="_blank">E-mail</a> //
|
||||
<a href="https://telegram.me/fmartingr" target="_blank">Telegram</a> //
|
||||
<a href="http://es.linkedin.com/in/felipemartingarcia" target="_blank">LinkedIn</a> //
|
||||
<a href="https://github.com/fmartingr" target="_blank">Github</a>
|
||||
</div>
|
||||
<div class="center text-center">
|
||||
<a href="{{ "/made-with-open-source"|url }}">Made with Open Source tools</a>
|
||||
<a href="{{ "/made-with-open-source"|url }}">Made with Open Source tools</a> | <a href="{{ '/contact'|url }}">Contact</a>
|
||||
</div>
|
||||
</footer>
|
||||
<script type="text/javascript" src="{{ '/static/js/app-min.js'|url }}"></script>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<article class="center">
|
||||
<h1><a href="{{ post|url }}">{{ post.title }}</a></h1>
|
||||
<div class="info">
|
||||
Published on {{ post.pub_date }}. // <a href="#">No comments.</a>
|
||||
Published on {{ post.pub_date }} with <a href="#">no comments.</a>
|
||||
</div>
|
||||
<div class="content">
|
||||
{{ post.body }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue