mirror of
https://github.com/jannikmenzel/iFSR-Website.git
synced 2025-06-05 09:08:48 +02:00
added News RSS
This commit is contained in:
parent
00b10cde25
commit
1530d9dd57
5 changed files with 128 additions and 6 deletions
|
@ -74,4 +74,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="feed-section">
|
||||
<div class="container">
|
||||
<h2 class="feed-heading text-center">Neuigkeiten</h2>
|
||||
<div id="feed"></div>
|
||||
</div>
|
||||
</section>
|
||||
{{ end }}
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="description" content="Offizielle Website des iFSR – Informationen, Veranstaltungen und Ressourcen für Studierende der Informatik an der TU Dresden.">
|
||||
<link rel="icon" href="{{ "favicon.ico" | relURL }}" type="image/x-icon">
|
||||
<!-- SVG Preload -->
|
||||
<link rel="preload" href="/images/logo.svg" as="image" type="image/svg+xml">
|
||||
<link rel="preload" href="/icons/dark.svg" as="image" type="image/svg+xml">
|
||||
<link rel="preload" href="/icons/light.svg" as="image" type="image/svg+xml">
|
||||
|
|
8
layouts/neuigkeiten/single.html
Normal file
8
layouts/neuigkeiten/single.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
{{ define "main" }}
|
||||
<div class="container">
|
||||
<div id="markdown">
|
||||
{{ .Content }}
|
||||
</div>
|
||||
<div id="feed" class="page"></div>
|
||||
</div>
|
||||
{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue