diff options
author | Camil Staps | 2017-06-19 17:00:22 +0000 |
---|---|---|
committer | Camil Staps | 2017-06-19 17:00:22 +0000 |
commit | 381bb8f464433d292a0508f5c9f1e195d8514ae4 (patch) | |
tree | 557d8d220f639aacafa98372936134ef6a480bf3 | |
parent | Update cloogle link (diff) |
PD7LOL -> PA5ET
-rw-r--r-- | resources/pug/finals/ham/index.pug | 1 | ||||
-rw-r--r-- | resources/pug/finals/index.pug | 2 | ||||
-rw-r--r-- | resources/pug/include/layout-ham.pug | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/resources/pug/finals/ham/index.pug b/resources/pug/finals/ham/index.pug index 8cdae2f..a61ad53 100644 --- a/resources/pug/finals/ham/index.pug +++ b/resources/pug/finals/ham/index.pug @@ -12,5 +12,4 @@ block page Perhaps it will be larger than this one day. p. - I'm regularly active on 20m with CW, as you can see #[a(href='https://foc.dj1yfk.de/activity/PD7LOL') here]. I look forward to meeting you on the band soon. diff --git a/resources/pug/finals/index.pug b/resources/pug/finals/index.pug index 12c0677..12175b2 100644 --- a/resources/pug/finals/index.pug +++ b/resources/pug/finals/index.pug @@ -112,7 +112,7 @@ block content h2 Other interests ul - li Ham radio (as #[a(href="https://www.qrz.com/db/PD7LOL") PD7LOL]). I am primarily active on 20m with CW. + li Ham radio (as #[a(href="https://www.qrz.com/db/PA5ET") PA5ET]; ex PD7LOL). li Making paper cuts, such as #[a(href="/assets/img/papercut.png") this one] or #[a(href="/assets/img/papercut-whales.png") that one]. li I am a community moderator at the #[a(href="https://philosophy.stackexchange.com") Philosophy Stack Exchange]. li I have been a volunteer in the #[a(href="http://www.taize.fr/") Taizé] community in 2013-14. diff --git a/resources/pug/include/layout-ham.pug b/resources/pug/include/layout-ham.pug index ab080cf..64199b7 100644 --- a/resources/pug/include/layout-ham.pug +++ b/resources/pug/include/layout-ham.pug @@ -1,7 +1,7 @@ extends layout-sidebar.pug block title - | PD7LOL + | PA5ET block append menu - var base_url = '/ham/' |