Özgür Yazılım Derneği web sitesi https://oyd.org.tr
您最多能選擇 25 個主題 主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
 
 
 
oyd-web/layouts/shortcodes/projects.html

11 行
258 B

{{ range $.Site.Data.projects.projects }}
<section class="project">
<div class="project-image">
<img src="{{ .image }}" alt="{{ .title }}">
</div>
<div>
<a href="{{ .url }}">{{ .title }}</a>
<p>{{ .text }}</p>
</div>
</section>
{{ end }}