Fixing typos
This commit is contained in:
parent
7cc14fb635
commit
e908d18cef
|
@ -182,7 +182,7 @@ layout: default
|
|||
<div class="container">
|
||||
<section class="" id="get-started">
|
||||
<div class="col-lg-10 mx-auto text-center">
|
||||
<h2 class="section-heading">Get started with Libretime</h2>
|
||||
<h2 class="section-heading">Get started with Libretime <span class="badge badge-secondary">Alpha</span></h2>
|
||||
<br>
|
||||
<div class="row">
|
||||
{% for action in page.actions %}
|
||||
|
|
|
@ -78,7 +78,7 @@ title: Docs
|
|||
<!-- Section -->
|
||||
<div class="container">
|
||||
<div class="card shadow-sm">
|
||||
<div class="card-body p-5 px-md-7">
|
||||
<div class="card-body p-4 px-md-7">
|
||||
<div class="d-md-flex align-items-center">
|
||||
<div class="w-100 mb-3 mb-md-0 pr-md-5">
|
||||
<h2 class="h4 font-weight-light mb-0">Can't find what you're looking for?</h2>
|
||||
|
|
|
@ -7,13 +7,13 @@ img: /img/radio-unsplash.jpg
|
|||
photocredit: Top photo by <a href="https://unsplash.com/@leowieling?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Leo Wieling</a> on <a href="https://unsplash.com/s/photos/radio?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Unsplash</a>
|
||||
actions:
|
||||
- title: Stable Release
|
||||
text: Thoroughly tested so you can relax? Install from our official releases on Github.
|
||||
linkto: https://github.com/LibreTime/libretime/releases
|
||||
linktext: Releases on Github
|
||||
text: The best so far. Just extract and run <code>sudo bash install -fiap</code>.
|
||||
linkto: https://github.com/LibreTime/libretime/releases/download/3.0.0-alpha.8/libretime-3.0.0-alpha.8.tar.gz
|
||||
linktext: Download 3.0-alpha-8
|
||||
- title: Rolling Commits
|
||||
text: Want the latest and greatest? Install from the source code.
|
||||
linkto: /install
|
||||
linktext: Install from Git
|
||||
linktext: Install from Source
|
||||
---
|
||||
|
||||
# BROADCAST WITHOUT LIMITS
|
||||
|
|
Loading…
Reference in New Issue