This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
aw
/
picolisp
Watch
1
Star
0
Fork
0
Code
Releases
2
Activity
Browse Source
Update broken URL links
gh-pages
Alex Williams
2 years ago
parent
25a0c8332f
commit
494e0a9452
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
_config.yml
+1
-1
index.html
+ 1
- 1
_config.yml
View File
@@ -9,7 +9,7 @@ permalink: pretty
title: PicoLisp Libraries
tagline: "AW's collection of PicoLisp libraries"
description: ''
url: http://picolisp.a1w.ca
url: http
s
://picolisp.a1w.ca
author:
name: 'Alexander Williams'
+ 1
- 1
index.html
View File
@@ -7,7 +7,7 @@ title: Home
{% for post in paginator.posts %}
<div class="post">
<h1 class="post-title">
<a href="{{ post.url }}">
<a href="{{
site.url }}{{
post.url }}">
{{ post.title }}
</a>
</h1>
Write
Preview
Loading…
Cancel
Save