-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (38 loc) · 1.15 KB
/
index.html
File metadata and controls
42 lines (38 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
layout: index
title: Research Triangle PowerShell User Group
tagline: Research Triangle PowerShell User Group
css:
js: sliders.js
author : rtpsug
creator : rtpsug
img : meetups/2024-09-04.png
img-mobile : meetups/2024-09-04.png
keywords: user group, powershell
canonical: https://rtpsug.com
---
{% include JB/setup %}
<!-- Content Area Start -->
<div id="content">
<div class="container">
<div class="row">
{% for post in site.posts %}
<div class="col-xs-12 col-sm-12">
<div class="blog-block post-content-area">
<div class="blog-post">
<h3><a href="{{ BASE_PATH }}{{ post.url }}">{{ post.title }}</a></h3>
<p>{{ post.excerpt }}</p>
<a class="btn btn-common" href="{{ BASE_PATH }}{{ post.url }}">Read More</a>
</div>
{% if post.img %}
<a href="{{ BASE_PATH }}{{ post.url }}"><img src="{{ BASE_PATH }}/assets/images/{{ post.img }}"
href="{{ BASE_PATH }}{{ post.url }}" alt="{{ post.title }} image"></a>
{% endif %}
</div>
<div class="mb-60"></div>
</div>
{% endfor %}
</div>
</div>
</div>
<!-- Content area end -->