Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2019-08-26 20:15:00 +0300
committerDillon <dillonzq@outlook.com>2019-08-26 20:15:00 +0300
commit42d50ae53cd09f0863a6b29639b57af255c9e461 (patch)
treef2f716b6c78c4a93a2ed44ffb505fe70e3da11a0 /layouts/shortcodes
parent45c9281131665719b9246b27056f5563c0489a76 (diff)
feat: update style and exampleSite files
Diffstat (limited to 'layouts/shortcodes')
-rw-r--r--layouts/shortcodes/fa.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/layouts/shortcodes/fa.html b/layouts/shortcodes/fa.html
deleted file mode 100644
index 262691f..0000000
--- a/layouts/shortcodes/fa.html
+++ /dev/null
@@ -1,5 +0,0 @@
-{{ if .IsNamedParams -}}
- <i class="inline-icon {{ .Get "class" }}"></i>
-{{- else -}}
- <i class="inline-icon {{ .Get 0 }}"></i>
-{{- end }} \ No newline at end of file