Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removed 1350 from text. Links remain unchanged. #331

Merged
merged 3 commits into from
Sep 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config.toml.example
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
[pageContext]
longName = "University Radio York"
shortName = "URY"
siteDescription = "University Radio York (URY) is the student radio station for the University of York, broadcasting 24 hours a day during term time on 1350AM and 88.3FM across campus, and worldwide via this website."
siteDescription = "University Radio York (URY) is the student radio station for the University of York, broadcasting 24 hours a day during term time on 88.3FM across campus, and worldwide via this website."

urlPrefix = ""
fullURL = "https://ury.org.uk"
Expand Down
2 changes: 1 addition & 1 deletion faqs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[[faqs]]
question = "How do I listen to URY?"
answer = "Grab the boombox from your parents’ attic and tune it to 1350AM or 88.3FM, go to our website: ury.org.uk/live, ask your smart speaker “play University Radio York”, or get the Radioplayer, TuneIn, or Apple Music app."
answer = "Grab the boombox from your parents’ attic and tune it to 88.3FM, go to our website: ury.org.uk/live, ask your smart speaker “play University Radio York”, or get the Radioplayer, TuneIn, or Apple Music app."

[[faqs]]
question = "Can I get a show?"
Expand Down
9 changes: 3 additions & 6 deletions views/about.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -59,18 +59,15 @@
<div class="row">
<div class="col-md-6 col-lg-4">
<h2>On Air</h2>
<h3>AM Radio</h3>
<p>We are of course a legal radio station and we broadcast on AM radio all across campus on 1350KHz Medium Wave.</p>
<p>So what are you waiting for? Ask your parents if you can have their old boom box, and get it tuned into URY like it’s 1989.</p>
<h3>FM Radio</h3>
<p>We're also broadcasting across campus on 88.3MHz FM.</p>
<p>Did your parents get rid of the boom box at a car boot sale? Pick us up on that radio you got yourself because you're at uni and you're an "adult" now.</p>
<p>Does your car have a radio? Did you buy yourself a radio because you're at uni and you're an "adult" now? Either way, tune it to 88.3!</p>
<h3>In Your Ears</h3>
<p>URY can occasionally be heard out and about on campus, we regularly attend campus events such as move-in days, Freshers’ Fairs, and Elections Result Night! If you hear us… come along and say hi!</p>
</div>
<div class="col-md-6 col-lg-4">
<h2>Online</h2>
<p>Left your boom box at home? Don’t worry we are online too.</p>
<p>If you don't own a radio or if your radio is in your car and you want to listen to us outside your car then don’t worry we are online too.</p>
<h3>URY Website</h3>
<p>You can listen to us live through <a target="_blank" rel="noopener noreferrer" href="//ury.org.uk/live" title="Click to listen live.">radioplayer</a> (recommended), or via one of our streams:</p>
<ul>
Expand Down Expand Up @@ -103,7 +100,7 @@
<p>We pride ourselves at URY for running all the technical aspects of the radio station ourselves. In summer 2015, the internal audio routing was completely overhauled and converted to audio over IP by the engineering team in a project known as “Beat the Buzz”.</p>
<p>In 2018 we were awarded a grant by the University of York of £40,000 to upgrade our studios and upgrade them we did. Brand new audio equipment, a total interior re-design, and fancy red/blue colour schemes to match, the 40K project, completed Christmas 2019 and fronted by some of URY's most dedicated members, allowed us to produce highly polished material while also giving the broader community in the University a place to create their own audio content.</p>
<p>Over the decades we've enjoyed ourselves doing all manner of ridiculous things on and off-air. We pride ourselves on our innovative approach to radio that you will struggle to find in the industry. Luckily these ideas are recognised by industry professionals by a plethora of awards. In 2020, nearly 15 years since our last win for gold in the category - we won the gold award for Best Student Radio Station in the country at the Student Radio Awards. The judges praised the attention we gave to our audience and the novel ideas we pushed to the forefront of our content.</p>
<p>In 2021, we were given a license to broadcast on FM at the same time as AM, getting us onto both 1350AM and 88.3FM.</p>
<p>In 2021, we were given a license to broadcast on FM at the same time as AM, getting us onto both 1350AM and 88.3FM. In 2023 we decided to finally turn off our AM transmitter for good. To send it off we did a 135 hour long broadcast which included inviting back many of our alumni to do send off shows. As of the 26th of June 2023 we no longer broadcast on AM. </p>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion views/people.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{{if.PageData.User.Bio}}
<meta property="og:description" content="{{.PageData.User.Bio}}">
{{else}}
<meta property="og:description" content="{{.PageData.User.Fname}}, a member of {{.PageContext.LongName}}, the UK’s oldest legal independent radio station. {{.PageContext.ShortName}} is a radio station run by students, for students. Broadcasting across campus on 1350AM and 88.3FM, and world-wide via our website.">
<meta property="og:description" content="{{.PageData.User.Fname}}, a member of {{.PageContext.LongName}}, the UK’s oldest legal independent radio station. {{.PageContext.ShortName}} is a radio station run by students, for students. Broadcasting across campus on 88.3FM, and world-wide via our website.">
{{end}}
<meta property="og:image" content="{{.PageContext.FullURL}}{{url .PageData.User.Photo}}">
<meta property="og:type" content="profile">
Expand Down
Loading