Skip to content

Commit d2ee3b1

Browse files
author
Aytackydln
committed
webmaster improvements
1 parent 4bc8020 commit d2ee3b1

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

content/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Introduction
3+
description: How to use Aurora to control RGB keyboards, mice and other types of RGB devices. Also gives information on how to integrate system and game data into the RGB effects.
34
---
45

56
<!-- The content for this is set in the template (so that we can access the site pages) -->

themes/aurora/layouts/_default/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<article class="wide">
33
<section>
44
<!-- Title -->
5-
<span class="page-title">{{ $.Site.Title }}</span><br/>
5+
<h1 class="page-title">{{ $.Site.Title }}</h1><br/>
66

77
<p>Welcome to the Aurora RGB software documentation. Here are some articles for getting started with Aurora. Alternatively, you can choose pages from the left.</p>
88
<div class="index-list">

themes/aurora/layouts/_default/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<article class="wide">
33
<section>
44
<!-- Title -->
5-
<span class="page-title">{{ default $.Site.Title .Title }}</span><br/>
5+
<h1 class="page-title">{{ default $.Site.Title .Title }}</h1><br/>
66

77
{{ .Content }}
88

themes/aurora/layouts/_default/search.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{ define "main" }}
22
<article class="wide">
33
<section>
4-
<span class="page-title">{{ .Title }}</span><br/>
4+
<h1 class="page-title">{{ .Title }}</h1><br/>
55

66
<!-- Search box -->
77
<form id="search-form" class="inline-form">

themes/aurora/layouts/partials/head.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
<meta name="description" content="{{ default $.Params.description }}">
1818
<meta property="og:description" content="{{ default $.Params.description }}">
1919
{{ else }}
20-
<meta name="description" content="How to use Aurora to control RGB keyboards, mice and others">
2120
<meta property="og:description" content="Aurora is a free open source software that can control various brands of RGB devices and integrate game effects. You can customize profiles to your liking.">
2221
{{ end }}
2322

0 commit comments

Comments
 (0)