projects
/
website.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97bb473
)
removed p tags
author
MatthewOwens
<matthew@owens.tech>
Tue, 21 Jul 2020 16:09:11 +0000
(17:09 +0100)
committer
MatthewOwens
<matthew@owens.tech>
Tue, 21 Jul 2020 16:09:11 +0000
(17:09 +0100)
scripts/posts.awk
patch
|
blob
|
history
diff --git
a/scripts/posts.awk
b/scripts/posts.awk
index
a024f66
..
b78d008
100644
(file)
--- a/
scripts/posts.awk
+++ b/
scripts/posts.awk
@@
-8,7
+8,7
@@
BEGIN {
file = sprintf("%s-%s-%s-%s", $1, $2, $3, $4)
string = sprintf("%s/%s/%s - %s", $1, $2, $3, $4)
- printf("\t<div id=\"post-list-item\">
<p><a href=\"/posts/%s.html\">%s</a></p
></div>\n", file, string)
+ printf("\t<div id=\"post-list-item\">
<a href=\"/posts/%s.html\">%s</a
></div>\n", file, string)
}
END {