Browse Source

roll in some recent p1k3 changes

There has got to be a better way to organize all this.
pull/1/head
Brennen Bearnes 10 years ago
parent
commit
b161232cba
2 changed files with 4 additions and 3 deletions
  1. +2
    -1
      display.fcgi
  2. +2
    -2
      templates/p1k3_actual

+ 2
- 1
display.fcgi View File

@ -35,7 +35,8 @@ use Data::Dumper;
# Handle input from FastCGI:
while (my $query = CGI::Fast->new) {
print $d->display($query->param('keywords'));
my @params = $query->multi_param('keywords');
print $d->display(@params);
}
exit;

+ 2
- 2
templates/p1k3_actual View File

@ -14,7 +14,7 @@
<link rel=feed type="application/atom+xml" title="p1k3 atom feed" href="${url_root}${feed_alias}" />
<link rel=stylesheet href="${stylesheet_url}" />
<link rel="stylesheet" href="css/highlight.css">
<link rel="stylesheet" href="highlight.min.default.css">
<link rel=icon type="image/x-png" href="${favicon_url}" />
<script src="/js/prototype.js"></script>
@ -29,7 +29,7 @@
</perl>
<header id=navigator>
<nav><p><a href="${url_root}">p1k3</a> | <perl>return $self->link_bar(qw(hack bones cli feed));</perl></p></nav>
<nav><p><a href="${url_root}">p1k3</a> | <perl>return $self->link_bar(qw(userland-book feed));</perl></p></nav>
</header>
<section>


|||||||
x
 
000:0
Loading…
Cancel
Save