Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
H
hugo-goa
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sadman Kazi
hugo-goa
Commits
0879eadc
Unverified
Commit
0879eadc
authored
Mar 28, 2018
by
Rajesh Shenoy
Committed by
GitHub
Mar 28, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #41 from DanySpin97/rss-template
Update rss link included in header
parents
b412c34a
fe7f71e8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
header.html
layouts/partials/header.html
+3
-4
No files found.
layouts/partials/header.html
View file @
0879eadc
...
...
@@ -16,10 +16,9 @@
{{ .Hugo.Generator }}
{{ if .RSSLink }}
<link
href=
"{{ .RSSLink }}"
rel=
"alternate"
type=
"application/rss+xml"
title=
"{{ .Site.Title }}"
/>
<link
href=
"{{ .RSSLink }}"
rel=
"feed"
type=
"application/rss+xml"
title=
"{{ .Site.Title }}"
/>
{{ end }}
{{ range .AlternativeOutputFormats -}}
<link
rel=
"{{ .Rel }}"
type=
"{{ .MediaType.Type }}"
href=
"{{ .Permalink | safeURL }}"
>
{{ end -}}
{{ if .Site.Params.extra.highlightjs }}
<link
rel=
"stylesheet"
href=
"https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/{{ .Site.Params.extra.highlightjsstyle | default "
default
"
}}.
min
.
css
"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment