diff options
Diffstat (limited to 'bn_django')
| -rw-r--r-- | bn_django/templates/about.html | 26 | 
1 files changed, 8 insertions, 18 deletions
| diff --git a/bn_django/templates/about.html b/bn_django/templates/about.html index 091ea1c..39ac311 100644 --- a/bn_django/templates/about.html +++ b/bn_django/templates/about.html @@ -14,26 +14,16 @@      <br />      <div class="content_caption">the perp</div>  </div> -This website is the web presence of Bryan Newbold. It serves as a: +This website is the web presence of Bryan Newbold. Chunks of the homunculus +include:  <dl> -    <dt /><a href="/knowledge/">brain dump</a> -        <dd /> so I won't forget +    <dt /><a href="http://know.bnewbold.net/">brain dump</a>      <dt /><a href="/photos/">photo gallery</a> -    <dt /><a href="/journal/">journal</a> -    <dt /><a href="http://planet.bnewbold.net/">rss aggregator</a> +    <dt /><a href="http://journal.bnewbold.net/">journal</a> +    <dt /><a href="http://feeds.bnewbold.net/">rss aggregator</a>      <dt /><a href="http://git.bnewbold.net/">browsable code repository</a> -        <dd /> so people (including myself!) don't have to rewrite  -    <dt />home for other projects -        <dd /> like... hhmmmmm -    <dt />waste of time -        <dd /> (most importantly!)  </dl>  <p /> -If you're curious about the technology that runs the site, see the <a href="/credits/">credits</a>. -<br /> -<br /> -<br /> -<br /> -<br /> -<br /> -{% endblock %} +There's a lot of borrowed software under the hood; see <a +href="/credits/">credits</a>.   +<br /> {% endblock %} | 
